* {	margin:0;	padding:0;}html, body {	height:100%; 
}body {	background-color:#fff;	text-align:center; /* horizontal centering for IE Win quirks */}#distance { 	width:1px;	height:50%;	margin-bottom:-233px; /* half of container's height */	float:left;}#container {
	margin:0 auto;	position:relative; /* puts container in front of distance */	text-align:left;	height:465px;	width:700px;	clear:left;	background: transparent;	border:0;
	z-index: 0;}

.main #container span#inner {
	display: block;
	position: relative;
	left:129px; /* lines up with container */
	top:194px; /* lines up with container */
	height: 84px;
	width: 447px;
}
