@charset "UTF-8";

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;
	background-color: #000000;
}
div#distance {
	margin-bottom: -300px;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	color: #FFFFFF;
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 800px;         /* required - desired height */
	width: 1000px;       /* required */
	clear: left;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, "san serif";
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
