/* CSS Document */

.gameContainer {
	height:559px;
	width:990px;
	position:relative;
}

.gameFrame {
	position:absolute;
	z-index:20;
}

.gameContentArea {
	height:550px;
	width:972px;
	position:absolute;
	top:0px;
	left:9px;
	z-index:10;
	background-image:url(/img/games/bg_gamecontent.png);
}

div.gameButtonSm {
	width:252px;
	height:69px;
	background-image:url(/img/games/button_bg_sm.png);
	position:absolute;
	z-index:25;
	left:26px;
}

div.gameButtonLg {
	position:absolute;
	top:176px;
	width:252px;
	height:94px;
	background-image:url(/img/games/button_bg_lg.png);
	z-index:25;
	left:26px;
}

div.mainImage {
	width:685px;
	height:550px;
	position:absolute;
	top:0px;
	left:296px;
	z-index:15;
}

#trailerdiv {
	top:19px;
	z-index:25;
}

#screenshotdiv {
	top:98px;
	z-index:25;
}

div.gameButtonSmPad {
	padding:28px 0px 0px 18px;
}

div.gameThumb {
	width:67px;
	height:50px;
	position:absolute;
	top:9px;
	left:177px;
}

div.tertiaryButtons {
	margin-left:18px;
	margin-top:12px;
}

#tertiaryButton1 {
	margin-top:18px;
}

div.mainSpecsContainer {
	position:absolute;
	top:290px;
	left:28px;
	z-index:25;
}

div.mainSpecs {
	font-size:12px;
	color:#959595;
	width:190px;
	margin-bottom:10px;
}

