.clearfix,
.clear_fix {
	display: inline-block;
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	color: #333333;
	text-align: center;
}











#web_game_shell {
	clear:both;
	height:465px;
	background: #000 url(../images/web.png) 40px 0 no-repeat;
	margin:0;
}
#game {
	height:432px;
	width:552px;
	float:left;
	position:relative;
	top:16px;
	left:57px;
	border:0px solid #fff;
}
#arrow_med {
	behavior: url(/images/iepngfix.htc);
	width:333px;
	height:286px;
	background: url(../Images/cube.png) 0 0 no-repeat;
	float:right;
	position:relative;
	top:13px;
	margin-bottom:14px;
}

*html #arrow_med {
	background: url(http://images.popcap.com/www/images/online_game_page/arrow_big.jpg) 0 0 no-repeat;
}

.promo_sm {
	behavior: url(/images/iepngfix.htc);
	width:305px;height:134px;
	background: url(http://images.popcap.com/www/images/online_game_page/promo_fpo.gif) 0 0 no-repeat;
	float:right;
	position:relative;
	top:13px;
	right:30px;
	margin-bottom:14px;
	cursor: pointer;
}









#wrapper {
	width:100%;
	background: transparent url(../Images/background_d.jpg) center top no-repeat;
	min-width:960px;

}
	
#center {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
	
#header {
	float: left;
	display: inline;
	margin-top:100px;
	height:292px;
	width:960px;
}
	
#header h1 {
	text-indent:-9999px;
}

#top_nav {
	behavior: url(/images/iepngfix.htc);
	float:left;
	display:inline;
	width: 960px;
	height: 175px;
	overflow:hidden;
	margin-top:-274px;
	background: url(../images/top_nav.png) no-repeat;
}
	
#content {
	float: left;
	display: inline;
	margin-top:0;
	width: 960px;
	background: url(http://images.popcap.com/www/images/wrapper_bkgd.gif) repeat-y;
}

#page_footer {
	float: left;
	display:inline;
	width:960px;
	height: 244px;
	
}

body.help #footer {
	margin-bottom:-24px;
}

#footer {
	float:left;
	display: inline;
	margin-top: -153px;
	margin-bottom:0px;
	padding-bottom:0;
	width: 100%;
	height: 200px;
	background: url(../images/footer_bck.jpg) bottom center no-repeat;
	text-align: center;
	border:0px solid red;
	position:relative;
	z-index:1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer.short {
		margin-bottom:-24px;
	}
}
	
#footer p {
	color: #d5ffae;
	font-size: 12px;
	line-height: 20px;
}
	
#footer p.links {
	font-size: 14px;
	width: 960px;
	text-align: center;
	margin: 150px auto 0 auto;	
	outline: none;
}
	
#footer a {
	color: #d5ffae;
	margin-bottom:0;
	padding:bottom:0;
}
