#container {	margin-top: 5px;}
#container #top {
	width:732px;
	height: 314px;
	float: left;
	overflow: hidden;
	padding: 3px;
	background: #e5e4df;
	border: 1px solid #d4d3d3;
}
#container #top span{
	width:732px;
	height: 314px;
	display: block;
	background: url(../images/casino-top-content-bg.jpg) no-repeat left;
}
#container #top-promo {
	width:210px;
	height: 314px;
	float: right;
	overflow: hidden;
	padding: 3px;
	background: #e5e4df;
	border: 1px solid #d4d3d3;
}
#container #top-promo a{
	width:208px;
	height: 312px;
	display: block;
	background: url(../images/casino-top-content-bg.jpg) no-repeat right;
	border: 1px solid #6a6967;
}
#games {
	height: 113px;
	border: 1px solid #7a7978;
	margin-top: 18px;
	background: url(../images/casino-games-background.jpg) bottom repeat-x;
}
#games  .game{
	width: 172px;
	height: 100px;
	float: left;
	padding: 0 7px;
	margin: 6px 0;
}
#games  .sep{
	border-right: 2px dotted #d86243;
}
#games  .game h1{
	text-align: center;
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color:#0e3a6a;
	text-transform: uppercase;
	border-bottom: 1px solid #4c96c5;
	margin: 0;
	padding: 0 0 6px 0;
}
#games  .game p{
	text-align: center;
	font: 10px/14px Arial, Helvetica, sans-serif;
	height: 42px;
	color:#2f2e2e;
	margin: 5px;
	padding: 0;
	overflow: hidden;
}
#games  .game a{
	text-align: center;
	font: bold 10px/18px Arial, Helvetica, sans-serif;
	background: url(../images/casino-help-buttons.jpg) top repeat-x;
	color:#fff;
	text-decoration: none;
	display: block;
	border: 1px solid #670e0e;
	width: 100px;
	margin: auto;
	text-transform: uppercase;
	
}
#middle-content {
	height: 117px;
	margin-top: 5px;
	overflow: hidden;
	border: 1px solid #e1e0e0;
	color: #031d26;
	background: url(../images/middle-content-bg.png) repeat-x bottom;
}
#fun2 {  width:195px; height: 106px; padding-right:5px; float:right;}
#middle-content a{
	margin: 5px 0;
	height: 106px;
	display: block;
	font: bold 25px/106px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	float: left;
}
#middle-content  a.limits {background: #0f0f0f; width: 250px; margin-left: 5px;}
#middle-content  a.money {background: #c31313; width: 250px;}
#middle-content a.fun {background: #2a4e84; width:250px; margin-right:1px;}

#middle-content a:hover{
	color: #000;
	background: #bdbdbd;
}

