@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;
}
#wrapper {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	width: 900px;
	height: 550px;
	background-image: none;
	clear: left;
	}
#menu {
	width: 900px;
	position: absolute;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	height: 22px;
	position: absolute;
	text-align: center;
	padding-top: 0px;
	width: 900px;
	left: 0px;
	top: 100px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3F4EB4;
	padding-bottom: 20px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3F4EB4;
	padding-bottom: 0px;
	text-align: center;
}

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

