	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #666666;
		}

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

	#container {
	margin: auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:47em;
	width:55em;
	clear:left;
		}

#notes {
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4;
	color: #FFFFFF;
		}