body
{
	height:2000px;
	background:#00931D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#333333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #333333); /* for firefox 3.6+ */
}

.header
{
	height:130px;
	/*border-bottom:5px dashed #fff;*/
	background:url(../img/blergo.png) bottom left no-repeat;
}

.user-login 
{
	position:relative;
	left:20px;
}

.user-login label
{
	font-size:9px;
	font-weight:bold;
	line-height:8px;
	margin:0;
	padding:0;
}

.user-login input
{
	background-color:#007116;
	border:solid 2px #000;
	color:#fff;
	margin:0;
	padding:0;
}
.user-login input[type="submit"]
{
	color:#000;
}


#header-ad
{
	background:#007116;
	width:100px;
	height:100px;
	float:right;
}

.links-box
{
	width:100px;
	float:right;
}

.links-box a
{
	color:#666;
	text-decoration:none;
	padding:2px;
}



.logo
{
	float:left;
	font-size:20px;
	margin:0; padding:0;
	position:relative;
	width:250px; height:130px;
	overflow:hidden;
	text-indent:2000px;
}

.logo a
{
	color:#00931D;
}


.logo span
{
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:960px; height:130px;
	margin:0; padding:0;
	
	/*background:url(../img/blergo.png) top left no-repeat;*/
}


.games
{
	/*background:#00B80E;
	border-bottom:5px dashed #fff;
	border:solid 4px black;*/
	padding-top:20px;
}

#mid-page-ad
{
	position:relative;
	left:40px;
	padding-bottom:30px;
}

#play-ad
{
	text-align:center;
	margin:20px auto;
}

.right-ad
{
	background:#007116;
	width:160px;
	height:600px;
	position:relative;
	left:70px;
}

.cat_title
{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
}

.games table
{
	/*margin:0 0 5px 20px;*/
}

.games td
{
	padding:0px 1px 8px 1px;
}

.game
{
	padding-top:10px;
	position:relative;
	left:65px;
}

.description
{
	color:#000;
	font-size:10px;
	font-weight:bold;
	height:50px;
	line-height:10px;
	margin-bottom:0px;
	width:100px;
	overflow:hidden;
}

.title
{
	
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:11px;
	width:100px;
	margin-bottom:6px;

}

.games img
{
	border:5px solid #000;
}

.play
{
	/*background:#00B80E;*/
	border-bottom:5px dashed #fff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
