/* Vertical centering */

/* end hide */
body {
	min-height: 831px;/* for good browsers*/
}
#vc-container {
	height: 831px;
}

#body-wrap {
	min-height: 831px;
}

/* Vertical centering */


#body-wrap {
	background: url(../images/bg_game-zone.gif) repeat-x #cccccc;
}

#main-container {
	min-height: 664px;
}

#main-content {
	height: inherit;
}

#flashcontainer {
	width: 1000px;
	height: 476px;
	position: absolute;
	z-index: 5;
}

#content-container {
	min-height: 402px;
	padding-top: 262px;
}

#games-container {
	height: inherit;
	overflow-y: auto;
	position: relative;
	z-index: 10;
}

.game {
	width: 471px;
	height: 188px;
	float: left;
	display: block;
	padding: 10px 10px 0px 10px;
	position: relative;
}

.game .thumb {
	width: 225px;
	height: 188px;
	float: left;
}

.game .content {
	width: 231px;
	height: 188px;
	float: right;
	margin-left: 15px;
}

.game .content .title {
	font-size: 16px;
	color: #58007a;
	padding: 13px 0px 13px 0px;
	font-weight: bold;
}

.game .content .desc {
	padding: 0px 20px 17px 0px;
}

.play_now a {
	height: 20px;
	position: absolute;
	text-indent: -9999px;
	text-decoration: none;
}
