/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
}
.overall{
	background:#FFF;
	width:964px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.header{
	background:#000;
	padding: 0px;
	margin: 0px;
	width:960px;
	height:90px;
	overflow:hidden;
}
.content_wrap{
	border: 2px inset #000000;
	background:#FFF;
	overflow:hidden;
}
.leftcolumn{
	width:160px;
	float:left;
	background:#FFF;
	overflow:hidden;
}
.maincontent{
	width:800px;
	float:left;
	background:#FFF;
	overflow:hidden;
}
.maingamebox{
	width:266px;
	height:114px;
	float:left;
	overflow:hidden;
}
.maingamebox a{
	width:auto;
	float:left;
	padding:4px;
}
.maingamebox img{
	border:0;
}
.maingamebox span{
	text-align:left;
	width:158px;
	float:right;
	overflow:hidden;
}
.gamepagetitle{
	background: #000000 url(images/gamepagetitle.png) repeat-x;
	color:#FFF;
	overflow:hidden;
}
.topad{
	width:728px;
	height:90px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:16px;
}
.gamediv{
	overflow:hidden;
}
.item{
	float:left;
	width:96px;
	height:110px;
	margin:2px;
	margin-bottom:5px;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.item img{
	width:80px;
	height:80px;
	border:0px;
}
.footer{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	color:#FFF;
	font-size:12px;
}
.footer a:link {color: #FFF;}
.footer a:visited {color: #FFF;}
.footer a:hover {color: #FFF;}
.footer a:active {color: #FFF;}

