@charset "utf-8";
/* CSS Document */

#gamesWrapper{
	width: 980px;
	min-height: 200px;
	overflow: auto;
	position: relative; top:  -8px;
	margin: auto;
}

.gameItem{
	width: 25%;
	float: left;	
}

.gameBox{
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
	
	background-color: #EEE;
	
	-moz-box-shadow:    0px 0px 6px 1px #333;
	-webkit-box-shadow: 0px 0px 6px 1px #333;
	box-shadow:         0px 0px 6px 1px #333;
	
	border-radius: 8px;
}

.gameInfo{
	width: 100%;
	height: 70px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.gameItem H2{
	margin: 0px;
	padding: 0px;
	font-size: 17px;
}

.gameItem P{
	color: #333;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.splashArea.gamePage {
	height: 200px;
}

.topgamearea {
	width: 470px;
	height: 200px;
	float: left;
}

.topgamearea.right{
	float: right;
}

#gamesMessage{
	width: 100%;
	height: 100px;
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}