* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	background: #0f0708;
	font:Georgia, "Times New Roman", Times, serif;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-213px; /* half of container's height */
	float:left;
}
#container {
	width: 817px;
	height: 427px;
	margin:0 auto;
	text-align: left;
	position:relative;  /* puts container in front of distance */
	clear:left;
}
table
{
border-collapse: collapse;
}

