@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #000000;
}
html, body {
		height:100%;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-120px; /* half of container's height */
	float:left;
}
#container {
	height: 240px;
	width: 722px;
	vertical-align: middle;
	position:relative;
	margin:0 auto;
	clear:left;
}
