* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #999;
	background: #000;
}

#container {
	position: absolute;
	left: 50%;
	width: 1000px;
	height: 700px;
	margin-top: -350px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -500px;
	background: #000 url(none) no-repeat;
	top: 50%;
	text-align: left;
	border: 1px solid #FFF;
}


#header {
	float: none;
	height: auto;
	width: auto;
	margin: 0px;
	clear: none;
	margin-bottom: 3px;
}
#mainnavigation {
	clear: none;
	width: 1000px;
	float: none;
	height: auto;
	padding: 0px;
}
ul#mainmenu {
	width: 1000px;
	list-style: none;
	padding-top: 0px;
	float: none;
	clear: none;
	margin-right: 0px;
}
#mainmenu li {
	height: 32px;
	width: 200px;
	float: left;
}
#mainmenu li a {
	line-height: 32px;
	color: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	background: url(../images/menubg2.png) no-repeat;
	height: 32px;
	width: 200px;
	float: none;
}
#footer {
	width: 1000px;
	height: 150px;
	background: #999;
	float: left;
	line-height: 20px;
	text-align: center;
	color: #000;
}

#mainmenu li a:hover {
	background: url(../images/menubg2.png) 0px -32px;
	color: #000;
}


#maincontent {
	color: #FFF;
	background: #000 url(none) no-repeat;
	float: left;
	clear: none;
	width: 1000px;
	height: 328px;
	margin-bottom: 6px;
	margin-top: 3px;
}
