@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #fff;
	font-size: 1ems;
	font-family: Calibri, Arial;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	text-align: left;
	margin-top: 60px;
	position: relative;
}
#container #header {
	height: 30px;
	position: relative;
	margin-bottom: 10px;
}
#container #header .title {
	font-weight: bold;
	font-size: 1.2ems;
	text-transform: uppercase;
}
#container #header #linkbar {
	position: absolute;
	right: 0px;
	top: 5px;
}
#container  #header #linkbarhtml li {
	display: inline;
	font-variant: small-caps;
	margin-left: 20px;
}
#container #header #linkbar a:hover {
	color: #CC0000;
}

#container #centerbox {
	height: 420px;
	border: solid 0px #cccccc;
	position: relative;
}
#container #footer {
	position: relative;
	color: #E5E5E5;
	margin-top: 5px;
}
#container #footer a {
	text-decoration: underline;
	color: #E5E5E5;
}
