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

* {
	margin:0;
	padding:0;
}

html, body {
	background-color:#000000;
	background-image:url(Documents/Images/bg.jpg);
	height:100%;
	text-align:center;
}
	
#distance { 
	width:1px;
	height:50%;
	background-color:#fc6; 
	margin-bottom:-350px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1220px;
	height:700px;
	clear:left;
	background-color:#000000;
	border:1px solid #000033;
	border-top-color:#000033;
	border-left-color:#000033;
}

