/* CSS Document */

#currentgame
{
    background-image: url(/images/rotator/rotator.php);
    z-index: -9999;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    height: 640px;
    top: 0px;
    left: 0px;	
}

#theLayer
{
	background-color:#E3E9FF;
	position:absolute;
	width:250px;
	height:150px;
	left:100;
	top:100;
	visibility:hidden;
	z-index:100;
}

.newheader{
	width: 900px;
	height: 256px;
	background-image: url(/images/site_banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
	color: #E9E3C2;	
}

.newheader a
{
	color: #A5C272;
}

.toprow
{
	top: 10px;
	left: 90px;
	position: relative;
}

.bottomrow
{
top: 200px;
left: 40px;
position: relative;
}
