@charset "utf-8";
/* CSS Document */

#center-box {
	height: 404px;
	width: 955px;
	padding-top: 10px;
	float: left;
}
#extras-box {
	float: left;
	height: 337px;
	width: 153px;
	background-image: url(../images/news-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-top: 52px;
	border: 1px solid #565656;
}
#news-box {
	height: 325px;
	width: 155px;
	overflow: auto;
	padding-bottom: 14px;
}
#news-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news-box ul li {
	padding-bottom: 9px;
}
#news-box ul li a {
	color: #FFFFFF;
}
#contest {
	height: 145px;
	width: 155px;
}
#promo-box {
	float: left;
	height: 402px;
	width: 771px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #565656;
	border-right-color: #565656;
	border-bottom-color: #565656;
}

