@charset "utf-8";
/* CSS Document */

* {
	margin:auto;
	padding:0;
	}

body {
	background:url('images/body-repeat.jpg') repeat-y #090909;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	}

a {
	text-decoration:none;
	color:#fff;
	}

h2 {
	margin-top:25px;
	}

td {
	text-align:center;
	padding:10px;
	}

.description {
	margin-bottom:5px;
	}

a:hover {
	color:#e86424;
	}

#leaderboard {
	background:#090909;
	height:90px;
	margin:0px;
	padding:0px;
	}

#container {
	width:914px;
	}
	
#header {
	width:914px;
	height:89px;
	background:url('images/header.jpg');
	}

#content {
	width:914px;
	background:url('images/body-repeat.jpg');
	}

#main-content {
	width:700px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	}

#ads {
	text-align:center;
	}

#ads1 {
	text-align:center;
	margin-top:15px;
	}
	
#ads2 {
	text-align:center;
	margin-top:15px;
	}

#sidebar {
	width:143px;
	float:right;
	padding-left:15px;
	padding-right:15px;
	}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#sidebar ul a {
	display:block;
	width:140px;
	font-size:14px;
	height:25px;
	line-height:25px;
	text-indent:10px;
	background:url('images/button-bg.jpg');
	color:#ffffff;
	text-decoration:none;
	}

#sidebar ul a:hover {
	background:url('images/button-bg-hover.jpg');
	color:#e86424;
	}


#footer {
	width:884px;
	height:19px;
	background:url('images/footer.jpg');
	clear:both;
	padding-top:25px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	}