#container {
	width: 955px;
	margin-left: -478px;
	position: absolute;
	left: 50%;
	height: 600px;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#mainbox {
	height: 400px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	color: #F00;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	padding: 0px;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.menutxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #999;
}


#footer {
	height: 20px;
	width: 955px;
	text-align: center;
}

#menu {
	height: 24px;
	width: 955px;
	text-align: center;
}
#header {
	height: 126px;
	width: 955px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}

