/* mac hide\*/
html, body {
	height:100%;
}
/* end hide */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #ccc;
	background-color: #334A53;
	font-size: 11px;
}
#outer {
	height: 100%;
	min-height: 100%;
	width: 460px;
	text-align: left;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html>body #outer { height: auto; } /*for mozilla as IE treats height as min-height anyway*/
div, p {
	margin: 0px;
	padding: 0px;
}/*clear top margin for mozilla*/
#distance { 
	width:1px;
	height:50%;
	background-color:#334A53;
	margin-bottom:-270px;
	float:left;
	}
#content {
	top: 50%;
	margin:0 auto;
	position:relative;
	text-align:center;
	height:480px;
	width:460px;
	clear:left;
	background-color:#354F59;
	border: 1px solid #151F23;
	margin-top: -240px;
}
a, a:visited {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
