@charset "UTF-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#FFF;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

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

	#container {

		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:768px;
		width:1024px;
		clear:left;
		background-color:#FFF;
		border:1px solid #FFF;
		border-top-color:#fff;
		border-left-color:#fff;
		text-align:left;
		}

