@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #000000;
}
html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-240px; /* half of container's height */
	float:left;
}
#container {
	height: 480px;
	width: 770px;
	vertical-align: middle;
	position:relative;
	margin:0 auto;
	clear:left;
}
a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}
