	* {		margin: 0;		padding: 0;
		border: 0px none #FFFFFF;		}	html, body {		height: 100%;		}	body {		background-color: #FFFFFF;		color: #FFFFFF;		font: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;		text-align: center; /* horizontal centering for IE Win quirks */		}	#distance { 		width: 1px;		height: 50%;		background-color: #FFFFFF;		margin-bottom: -150px; /* half of container's height */		float: left;		}	#container {		margin: 0 auto;		position: relative; /* puts container in front of distance */		text-align: left;
		width: 800px;		height: 300px;		clear: left;		background-color: #FFFFFF;		}