body {
	background: #171717 url('../images/back-1.jpg') no-repeat top center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

header {
	background: url('../images/top-line.png') no-repeat center;
	width: 1010px;
	height: 31px;
}

nav {
	font-family: 'Arial', tahoma;
}

nav ul {
	width: 1000px;
	margin: 0 auto;
}

nav li {
	float: left;
	margin: 22px 0px 0 0px;
	height: 31px;
	padding: 0 21px 0 21px;
	}

nav li:hover {
	background: url('../images/li-back.png') repeat-x;
	cursor: pointer;
}

nav li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #cad1dd;
	text-shadow: black 1px 1px 2px;
	text-decoration: none;
}

aside {
	float: right;
	width: 271px;
	margin: 20px 26px 0 0;
}

h1 {
	font-family: Tahoma, serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 24px;
	display: inline;
}	

a {
	color: #da6201;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}
/* ----------------------------------------- */

#wrapper {
	width: 1010px;
	margin: 0 auto;
}

#news {
	float: left;
	width: 665px;
	margin: 20px 0 0 28px;
}

#stats {
	margin-top: 20px;
	height: 400px;
	background: url('../images/back-stats.png') no-repeat;
}

#cp-button {
	background: url('../images/cp-button.png') no-repeat;
	width: 271px;
	height: 112px;
}

#cp-button:hover {
	background-position: 0 -112px;
}

#dwn-button {
	float: left;
	background: url('../images/dwn-button.png') no-repeat;
	width: 208px;
	height: 112px;
}

#dwn-button:hover {
	background-position: 0 -112px;
}

#pth-button:hover {
	background-position: 0 -112px;
}

#pth-button {
	float: left;
	background: url('../images/pth-button.png') no-repeat;
	width: 208px;
	height: 112px;
	margin: 0 20px;
}

#wow-button:hover {
	background-position: 0 -112px;
}

#wow-button {
	float: left;
	background: url('../images/wow-button.png') no-repeat;
	width: 208px;
	height: 112px;
}

#bug-button:hover {
	background-position: 0 -37px;
}

#bug-button {
	background: url('../images/bug-button.png') no-repeat;
	width: 664px;
	height: 37px;
	margin: 20px 0;
}

#logos {
	height: 125px;
	padding: 25px 25px 0 25px;
}

#energy-games-logo {
	float: right;
}

#wow-logo {
	float: left;
}

#img-buttons {
	margin: 0 0 8px 0;
}

#main-bg {
	background: url('../images/main-bg.png') repeat-y center;
	width: 1010px;
}

#main-bg-top {
	background: url('../images/main-bg-top.png') no-repeat;
	width: 1010px;
	height: 54px;
}

#main-bg-top a:hover {
	text-decoration: none;
}

#featured {
	background: url('../images/featured.png') no-repeat center;
	width: 1010px;
	height: 256px;
}

#li-end {
	width: 95px;
}

#slider {
	float: left;
	width: 665px;
	height: 211px;
	background: #fff;
	margin: 10px 0 0 28px;
	background: url('../images/slide-1.png') no-repeat right;
}

#slider-text {
	color: #FFF;
	width: 400px;
	font-family: Tahoma, serif;
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 16px;
}

#slider img {
	margin: 15px 0 0 0;
}

#register-button {
	float: right;
	margin: -5px 26px 0 0;
	width: 271px;
	height: 226px;
	background: url('../images/reg-button.png') no-repeat;
}

#register-button:hover {
	background-position: 0 -226px;
}

/* --------------------------------------------- */

.li-spacer {
	margin: 10px 0;
	background: url('../images/li-spacer.png') no-repeat center;
	width: 2px;
	height: 47px;
	padding: 0;
}

.clear {
	clear: both;
}

.new-news {
	font-size: 12px;
	line-height: 14px;
}

.orange {
	color: #da6201;
}	

.spacer-large {
	background: url('../images/spacer-large.png') no-repeat center;
	width: 686px;
	height: 2px;
	margin: 8px 0;
}