html, body {height:100%;}
body {
	background-color:#fff; color:#400a0d;
	font: normal 80% Geneva CE, Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0px; padding:0px;
	text-align:center;
	}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-297px; /* half of container's height */
		float:left;
		}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:595px;
		height:295px;
		clear:left;
		}


img {border:none; display: block; margin:0px}

