@charset "utf-8";
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
}
body, html {
	height: 100%;
}
#container {
	
	height: 100%; 
	position: relative;
	text-align: left;
	clear: left;
}
#header {
	width: 886px;
	margin: 0 auto; 
	padding; 0;
}
#logo {
	overflow: hidden;
	padding: 71px 0 0 0;
	height: 0px !important; 
    height /**/:71px; 
	width: 288px;
	display: inline-block;
	background: url(/assets/images/logo.gif) no-repeat;
}
#mainContainer {
	background: url(/assets/images/bg.gif) repeat-x;
}
#mainContent {
	width: 826px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: right;
	background: url(/assets/images/hp-splash.jpg) no-repeat;
	height: 251px
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -212px;
	float: left;
}
