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#distance 
{ 
	margin-bottom: -10em; /* half of content height */
	background: #ffffff;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#content 
{
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 218px;         /* required - desired height */
	width: 879px;          /* required - desired width */
	background: #ffffff;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

a:link
{
  color: #0f70b7;
}