@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

#container{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#adspace{
	background:#191919;
	width:100%;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	background:#2a2a2a url(images/bg.png) repeat-x 0 90px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d9d9d9;
}
a{
	color:#ffd735;
	text-decoration:none;
}

a:hover{
	color:#fbe489;
	text-decoration:none;
}
#header{
	margin-top:32px;
	background:url(images/header.png) no-repeat;
	height:271px;
}
.contenttop{
	background:url(images/contentbg.png) repeat-y;
	display:block;
	text-align:center;
}
#content{
	background:url(images/contentbg.png) repeat-y;
	padding:10px 63px 10px 68px;
}

#contentbottom{
	background:url(images/contentbottom.png) no-repeat;
	height:143px;
}
