	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	background-color:#FFFFFF;
	color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
		}

	#distance {
	width:1px;
	height:50%;
	margin-bottom:-125px; /* half of container's height */
	float:left;
		}

	#container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:200px;
	width:755px;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
a {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
h2 {
	font-weight: normal;
	font-size: 12px;
}
