* {
	margin: 0px;
	padding: 0px;
	color:white;
	font-family: Verdana;
}
a {
	color:white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

body {
	background-repeat: no-repeat;
	background-color:  black;	
	min-height: 927px;
	min-width: 1200px;
	font-size: .8em;
	height: 100%;
	padding: 0;
}
#featgamesheader{
	position:relative;
	background-image: url(../images/hotgames.png);
	background-repeat: no-repeat;
	height: 49px;
	width:184px;
	top: -911px; 
	left: 1167px;
}
 #leftad{
 	position: relative;
 	width: 300px;
 	height:250px;
 	top:-750px;
 	left:0px;
 }

#featgames{
	position: relative; 
	top: -900px; 
	left: 1200px;
	text-align:center;
	width:184px;
}

input, textarea {
	color : black;
	font-size: .8em;
	width: 240px;
}
.discoball_butt{
	width:38px;
	height:33px;
}
td {
	font-size: .8em;
	color: white;
	text-align: center;
	padding: 5px;
}
th {
	background-color: silver;
	color: black;
}
#footer {
	position: relative;
	clear: both;
	text-align: center;
	top: -550px;
	left: 200px;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 986px;
	height:927px;
	text-align: left;
}
#logo {
	position:relative;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 255px;
	width:1200px;
}
#socialize {
	position:relative;
	height: 120px;
	width:225px;
	left:10px;
}
#categories{
	position: relative;
	
}
#categories-text{
	position:relative;
	top:25px;
	left:40px;
}

#category-header{
	position:relative;
	background-image: url(../images/category.png);
	background-repeat: no-repeat;
	height: 49px;
	width:184px;
	top:20px;
	left:25px;
}

#emaillistholder{
	position:relative;
	background-image: url(../images/emaillist.png);
	background-repeat: no-repeat;
	height: 210px;
	width:225px;
	left:26px;
	top:40px;
}
#emaillistguts{
	position:relative;
	height: 210px;
	width:225px;
	left:-23px;
	top:54px;	
}

#searchholder{
	position:relative;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	height: 210px;
	width:225px;
	left:26px;
	top:-60px;
}
#searchguts{
	position:relative;
	height: 210px;
	width:225px;
	left:-23px;
	top:54px;	
}

#game_grid{
	position:relative;
	top:-840px;
	left:310px;
	height:0px;

}
#admin_form{
	position:relative;
	top: 50px;
	left: 300px;
	color: white;
}
.leftcol{
	text-align: right;
}
.rightcol{
	text-align: left;
}
.gameinfo_holder{
	width: 800px;
}
.gameinfo_holder tr{
	vertical-align: top;
}

.gameinfo{
	border: dashed thin purple;
}
.gameinfo td{
	border: dashed thin red;
}
.gameinfo tr{
	vertical-align: top;
}
.grid_header {
	font-size: 1.4em;
}

.gamegrid {
	border: dashed thin silver;
	width:827px;
	height: 653px;
}
.gamegrid table{
	table-layout: fixed;
}
.gamegrid th{
	background-color: #666699;
	height:55px;
}

.gamegrid td{
	width: 125px;
}
#leaderboard_widget{
	text-align: center;
}
#top_banner{
	position: relative;
	width:486px;
	top: -850px;
	left: 450px;
}
#top_banner_728{
	position: relative;
	width:728px;
	top: -850px;
	left: 365px;
}

#bot_banner{
	position: relative;
	width:486px;
	left: 150px;
}
/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{

head~body #featgamesheader{
	top:-1586px;
}

head~body #featgames{
	top:-1575px;
}
 /* IE 7 */
 html > body #featgamesheader
 {
 *top: -911;
 }
 html > body #featgames
 {
 *top: -900;
 }
