* {margin: 0px;}
html, body { height: 100%; background:#f7f4f1; margin:20px;}

div#container { 
	position: relative; 
	margin:0 auto;
	text-align: left;
	height: 700px;
	width: 800px;
	clear: left;
}

div#content { position: absolute; top: 0px; left: 0px; }

div#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -350px;
	float: left; }
