
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#fff;
		color:#000;
		font:20px/1.3 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fff;
		margin-bottom:-270px; /* half of container's height */
		float:left;
		}

	#container { margin:0 auto; position:relative; /* puts container in front of distance */
		text-align:left; height:540px; width:740px; clear:left; background-color:#fff; border: solid 1px #c5c5c5; }


