* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background: #000000 url(indexBG.jpg) no-repeat center;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-293px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:550px;
	width:780px;
	clear:left;
}

#info {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:18px;
	width:780px;
	clear:left;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 10px;
	text-indent: 0px;
	font-family: arial, sans-serif;
	color: #605043;
}

