@charset "utf-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#e5e5e5;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-315px; /* half of container's height */
		}

	#container {
		background-color:#cccccc;
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:630px;
		width:980px;
		clear:left;
		overflow:visible;
		}

