html, body {
	height: 100%;         /* required */
}

body 
{
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none/* required to "hide" distance div */
}

.header
{
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none/* required to "hide" distance div */
}

div#content 
{
   position: absolute;
   top: 50%;
   left: 50%;
   width: 745px;
   height: 520px;
   margin-top: -260px; /* Half the height */
   margin-left: -372.5px; /* Half the width */
}

a:link
{
  color: #0f70b7;
}