<style type="text/css">

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#ffffff;
		color:#000000;
		
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:600px;
		height:100%;
		background-color:#ffffff;
		margin-bottom:3100px; /* half of container's height */
		float:left;
		}

	#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:450px;
	width:900px;
	clear:left;
	border:0px solid #c93;
	border-top-color:#fff;
	border-left-color:#fff;
	z-index: 2;
	top: 0;
	left: 0;




		}

	

</style>

