body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 990px;
	height: 640px;
	position:absolute;
	top:50%; 
	left:50%;
	margin-left:-495px;
	margin-top:-320px;	
}
#main {
	width: 850px;
	height: 640px;
	background-image: url('../images/playzombiegames.jpg');
	float: left;
}
#content {
	margin-top: 70px;
	width: 100%;
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	background: rgba(0, 0, 0, 0.7);
	height: 555px;
}
#menu {
	width: 201px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
#gamelist {
	width: 590px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #FFF;
	height: 515px;
	overflow:auto;
}
.game {
	width: 265px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#desc {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #CCC;
}
.gametitle {
	float: left;
	font-size: 12px;
}
.gamerating {
	float: right;
	width: 80px;
	text-align: right;
}
#gameswf {
	width: 590px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#ad {
	float: right;
	width: 120px;
	height: 600px;
	margin-top: 20px;
	background-color: #000;
}