/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#basic {
	width: 500px;
	float: all;
	left: 200px;
	top: 75px;
	position: absolute;
}

#header {
	width: 500px;
	height: 446px;
	float: left;
}

#menu {
	width: 500px;
	height: 20px;
	text-align: center;
	float: left;
}

#update {

	width: 500px;
	float: left;
}

#info {

	width: 500px;
	float: left;
}

#bottom {

	width: 500px;
	top: 452px;
	float: left;
}

a {
	color: #F9E2B5;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	color: #F9E2B5;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#stats {
	background: #C8A371;
	width: 300px;
	padding: 5px;
	}
	
#advert {
	float: left;
	width: 500px;