body, html {
   height:100%;
}

body {
	margin: 0px;
}

#content {
  font-family      : arial,helvetica,verdana;
  font-size        : 12px;
  font-weight      : normal;
  height          : 404px;
  width           : 565px;
  padding-left    : 8px;
  padding-top     : 0px;
  overflow-x      : none;
  overflow-y      : auto;
  background-color: white;
}

#button-text, #button-text a:link, #button-text a:visited, #button-text a:active {
  text-align:center;
  font-size:16px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-decoration:none;
  margin-top:5px;
}

