body, html {
	background-image:url(../images/htmlbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
	margin:0px;
	padding:0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#mainwrapper {
	width:1000px;
	margin:0 auto;
}

.header {
	padding-bottom:5px;
	
}

.contentwrapper {
	border-top:1px solid #333;
}

.leftcontent {
	float:left;
	width:680px;
}

.rightcontent {
	width:290px;
	float:right;
	clear:both;
	padding-left:10px;
}

.footer {
	clear:both;
}

.footer {
	color:#fff;
	border-top:1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:10px;
}

.footer table {
	width:1000px;
	border:0px;
}

.footer table a {
	text-decoration:none;
	color:#FFF;
}

.footer a:hover {
	color:#cbba00;
}

#footer-foot {
	width:1000px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer-foot a {
	text-decoration:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer-foot a:hover {
	color:#cbba00;
}
