html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #1e1e1e;
}
div#distance { 
	margin-bottom: -10em;      /* 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: center;     /* horizontal centering hack for IE */
	height: 345px;         /* required - desired height */
	width: 625px;       /* required */
	clear: left;          /* required */
	top: -100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #1e1e1e;
}
div#text {
	position: relative;   /* positions content on top of distance */
	text-align: center;         /* required - desired height */
	width: 625px;       /* required */
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #1e1e1e;
	top: -100px;
}

