* { margin: 0; padding: 0; }html, body {	height: 100%;}body { 	background: #eaefd0;	text-align: center; /* horizontal centering for IE Win quirks */}#distance { 	width: 1px;	height: 50%;	background: #eaefd0;	margin-bottom: -300px; /* haelfte der wrapper hoehe */	float: left;}#wrapper { 	margin: 0 auto;	position: relative; /* wrapper vor distance */	text-align: left;	height: 600px;	width: 1000px;	clear: left;}
