    * {
	margin:0;
	padding:0;
	}

    html, body {
	height:100%;
	}

    body {
	background-color:#efefef;
	color:#696969;
	font:8pt sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}


    #distance {
		width:1px;
		height:50%;
		background-color:#FFE4B5;
		margin-bottom:-240px; /* half of container's height */
		float:left;
		}

    #container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:400px;
	width:800px;
	clear:left;
        background-color:#efefef;
	z-index:0;
        }
