/* CSS Document */

/* General */

#bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg-grad.png);
	background-repeat: repeat-x;
	background-position: top;
}

#body {
	width: 778px;
	height: 100%;
	background-color: #CC0000;
	margin: auto;
}

/* Content */

#header {
	border: none;
	vertical-align: top;
}

#container {
	width: 746px;
	background-color: #013273;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 3px;
	padding-bottom: 8px;
	float: left;
}

#games {
	width: 244px;
	float: left;
}

#center {
	width: 271px;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}

#news {
	width: 194px;
	height: 272px;
	background-color: #011C5A;
	background-image: url(../images/news.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px;
	float: left;
}

#jackpot {
	width: 260px;
	height: 182px;
	background-color: #011C5A;
	background-image: url(../images/js.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 12px;
	padding: 5px;
}

#support {
	margin-top: 7px;
}

#useful_area {
	width: 754px;
	background-color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 15px;
}

#footer {
	width: 100%;
	height: 163px;
	color: #000000;
	background-color: #CC0000;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-bottom: 25px;
	float: left;
}

/* Panels */

#panels {
	width: 100%;
	border: none;
}

#panel_left {
	width: 240px;
	background-color: #530000;
}

#panel_main {
	background-color: #FFFFFF;
}

#small_banner {
	padding-top: 5px;
	padding-bottom: 20px;
}

#small_banner a {
	color: #37271A;
	font-weight: bold;
	text-decoration: none;
}
