* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
a:link, a:visited, a:active, a:hover{
	color: white;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;	
}
body {
	background-color:#fff;
	color:#fff;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-150px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
/*	height:300px;*/
	height:18.8em;
	width:600px;
	clear:left;
	background-color:#DE0124;
}

#innerContainer {
	position:relative; 
	padding: 12px 12px 12px 12px !important;
	text-align: left !important;

}

#logo{
	margin-bottom: 80px;
	clear: both;
}
#blurb{
	font-family: arial;
	width: 400px;
	margin-left: 12px;
	font-size: 25px;
	font-weight: normal !important;
}
p{
	margin-left: 12px;
	width: 378px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.2em;
	background-color:#DE0124;
}