*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: 	#2F2F2F;
}
a img
{
	border: none;	
}

body, html
{
	background-color: #000;
	height: 100%;
}

#distance { 
	width:1px;
	height:50%;
	background-color: #000;
	margin-bottom:-250px; /* half of container's height */
	float:left;
}

#container
{
	clear:left;
	width: 834px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#enter
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#footer
{
	margin-left: 24px;
	margin-top: 15px;
}
