*
{
	margin:0;
	padding:0;
}
 
html, body
{
	background-color: black;
	height:100%;
}

body
{
	color: white;
	font: 12px Helvetica, "Helvetica Neue", Arial, sans-serif;
	text-align: center; /* horizontal centering for IE Win quirks */
}

#distance
{ 
	width: 1px;
	height: 50%;
	margin-bottom: -305px; /* half of container's height */
	float: left;
}

#container
{
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 448px;
	width: 800px;
	clear: left;
	padding-top: 112px;
}

#container h1 a
{
	width: 150px;
	position: absolute;
	bottom: 62px;
	right: 5px;
	padding: 28px 0 0 0;
	overflow: hidden;
	background: url(../img/common/logo.gif) no-repeat top left;
	height: 0px !important;
	height /**/:28px;
}

#container p a
{
	color: #4bbbe6;
	text-decoration: none;
}

#menu
{
	list-style: none;
	position: absolute;
	bottom: 66px;
	left: 5px;
	font-weight: bold;
}

#menu li
{
	display: inline;
	padding-right: 20px;
}

#menu a
{
	text-decoration: none;
	color: white;
}

#container h2, #container p
{
	padding-left: 5px;
	width: 280px;
	line-height: 1.45em;
	padding-bottom: 13px;
}

#container h2
{
	padding-top: 7px;
	font-size: 1.2em;
}