@charset "utf-8";


* {
	margin: 0px;
	padding: 0px;
}
html, body {
		height: 100%;
		}

body {
	background-color: #000320;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#distance {
	width: 1px;
	height: 50%;
	background-color: #000320;
	margin-bottom: -350px; /* half of container's height */
	float: left;
		}
#wrapper {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 900px;
	height: 660px;
	background-image: none;
	clear: left;
	}
#footer {
	height: 22px;
	position: relative;
	text-align: left;
	padding-top: 2px;
	width: 880px;
	left: 0px;
	top: 32px;
	margin-left: 15px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3F4EB4;
	padding-bottom: 5px;
	text-align: center;
}

a {
	color: #828ABD;
	text-decoration: none;
}
a:hover {
	color: #A8ADD0;
	text-decoration: underline;
}
