* {
		margin:0;
		padding:0;
		}

	html, body {
	height:100%;
	margin: 0px;
		}

	body {
		
		/*font:100.01%/1.4 sans-serif;*/
		text-align:center; /* horizontal centering for IE Win quirks */
		}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #DCE4DE;
}
	#distance { 
		width:1px;
		height:50%;		
		margin-bottom:-303px; /* half of container's height */
		float:left;
		}

	#container2 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:606px;
	width:790px;
	clear:left;
	
		}

