* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font:100%;
	font-family:Helvetica;
	text-align:left; /* horizontal centering for IE Win quirks */
	color:#9F9F9F;
	background:#171514;
}
#distance {
	width:1px;
	height:50%;
	background-color:#171514;
	margin-bottom:-35px; /* half of container2's height */
	float:left;
}
#container2 {
	margin:0 auto;
	position:relative; /* puts container2 in front of distance */
	text-align:left;
	height:70px;
	width:199px;
	clear:left;
}
#container2 div {
	float:right;
	width:199px;
}

/*
p {
	font-size:1.5em;
	line-height:34px;
	margin:0 0 150px 0;
	color:#333333;
}
*/
p {
    color: #9F9F9F;
    font-size: 12px;
    line-height: 1.3em;
	margin-left:5px;
}
/*
.logo {
	margin-bottom:34px;
}
*/
h1 {
	font-weight:700;
	margin:6px 0 0 0;
	color:#FFFFFF;
	font-size:20px;
}
h2 {
	font-weight:normal;
	font-size:11px;
}
div.hr-header {
	background:#44423e;
	height:4px;
	clear:both;
	float:none;
	width:100%;
	border:none
}
hr {
	height:6px;
	clear:both;
	float:none;
	width:480px;
	margin:0 0 1.45em;
	border:none;
}
dt p {
	font-size:12px;
	color:#9f9f9f;
	line-height:1.3em;
}
strong {
	color:#FFFFFF;
}
a:focus, a:hover {
	color:#EAE7E0;
}
a {
	color:#00ccff;
	text-decoration:none;
}

