html, body {
		height:100%;
		margin:0;
		padding:0;		
}

body {
		background-color:#fff;
		text-align:center;
		overflow:auto;
}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px;
		float:left;
		}

#inner {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:512px;
		width:953px;
		clear:left;
		border: 0px solid black;
		text-align:left;
}
#content {
	position:absolute;
	left:0px;
	top:0px;
	height:512px;
	width:953px;
}

