html, body
{
	height:100%;
}

body
{
	padding:0;
	margin:0;
	font-family:Verdana, helvetica;
	font-size:11px;
	color:#000000;
	background-color:#383D48;
	text-align: center;
}

a
{
	color:#5BBCD1;
	text-decoration:none;
}

a:hover
{
	color:#000000;
}

.clearAll
{
	float:none;
	clear:both;
	width:1px;
	margin:0;
	padding:0;
	border:none;
	font-size:0px;
	line-height:0px;
	height:1px;
}

#distance
{ 
	width:1px;
	height:50%;
	background-color:#383D48;
	margin-bottom:-200px; /* half of container's height */
	float:left;
}

#container
{
	position:relative;
	width:760px;
	height:400px;
	margin:0 auto;
	background-color:#ffffff;
	clear:left;
}