html, body {
	height: 100%;
	background-color: white;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -260px; /* half of content height */
	background: white;      /* 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: 340px;         /* required - desired height */
	width: 976px;          /* required - desired width */
	background: white;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}


#note
{
  z-index: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  text-align: center;
  color: white;
  padding-top: 15px;
}