html, body {
	height:100%;
	overflow-y:hidden;
	overflow-x:hidden;
}
body {
	margin:0;
	padding:0;
	background-color:transparent;
}

#adlayer {
/*
position: absolute;
float: left;
top: 15px;
left: 10px;
z-index: 1;
visibility: hidden;
display: none;
width: 540px;
height: 405px;*/
}
#gamelayer {
/*position: absolute;
float: left;
top: 15px;
margin-left: 9000px;
left: 10px;
z-index: 1;
visibility: visible;
display: block;
width: 0px;
height: 0px;*/
}
#debuglayer {
top: 15px;
font-family: Courier;
font-size: 12px;
margin-left: 560px;
border: 10px;
visibility: hidden;
display: none;
width: 540px;
height: 405px;
}

/* css.inc 
config path   = ../../../app/utility/www_config.inc 
environment   = dev 
layer         = www 
layer type    = presentation 
akamai images =  
image path    = / 
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
}
body {
	width: 540px;
	height: 405px;
	background: url(/images/web_game/game_window_bkgd.png) no-repeat;
	margin: 0;
	padding: 0;
}
div#ad_timer {
	background-color: #000;
	width: 540px;
	height: 30px;
}

div#ad_timer p {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 15px;
}

div#mid_roll_ad_holder {
	float: left;
	width: 320px;
	height: 275px;
	margin: 10px 0 0 110px;
	background: url(/images/web_game/mid_roll_ad_bkgd.png) no-repeat;
}

div#mid_roll_ad {
	margin: 12px 0 0 10px;
}

div#download_upsell_bottom {
	float: left;
	width: 440px;
	height: 75px;
	margin: 15px 0 0 50px;
}
