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

* {	
	margin:0;
	padding:0;
	border:0px none;
}

html,body {
	height:100%;
}

body {
	background-color:#000;
	margin:0;
	padding:0;
}

div	{
	margin: 0;
	padding: 0;
}


#content {
	width: 800px;
	height: 600px;
	/*left: 50%;
	top: 50%;*/
	position: relative;
	margin: 0 auto;
	text-align: left;
	clear: left;
} 

#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -300px;
	float: left;
}

