/* CSS Document */
* {
	margin:0;
	padding:0;
	}
html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#EAE4DB;
	}
body{
	text-align:center; /* horizontal centering for IE Win quirks */
	}


#descrip{
	display: none;
	}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-310px;
	float:left;
	}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	height:620px;
	width:980px;
	clear:left;
	}
