/* DOCUMENT ELEMENTS */
/*--------------------------------------------------------------------------------*/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size : 100.01%;
	margin: 0;
	padding : 0;
	text-align: center; /* for IE */
	background: #69c0d9 url(/DisneyChannel/images/dc_background_tile.jpg) repeat-x;
}


/* SPECIFIC IDs */
/*--------------------------------------------------------------------------------*/
#page-wrapper {
	text-align: center;
}
#content {
	width: 974px;
	text-align: left;
	margin: 0 auto;
	
}
#ad_header {
	position: relative;
	width: 300px;
	height: 10px;
	background: transparent url(/DisneyChannel/images/template/img_ad.gif) center ;
	z-index: 1002;
	display:none;
}
#ad_320x250 {
  position:relative;
	width:300px;
	height:250px;
	display: none;
	z-index:1001;
	margin-top: 0px;
}
#ad_header_180x150 {
	position: relative;
	width: 180px;
	height: 10px;
	background: transparent url(/DisneyChannel/images/template/img_ad.gif) center ;
	z-index: 1004;
	display:none;
}
#ad_180x150 {
	position:relative;
	width:180px;
	height:150px;
	display: none;
	z-index:1003;
	margin-top: 0px;
}	

#ad_wrapper {
  position:relative;
	width:300px;
	height:250px;
	margin-left: 664px;
	margin-top: -271px;
	margin-bottom: 251px;
	display: block;
	z-index:1000;
	cursor: pointer;
}
#ad_wrapper_180x150 {
	position:relative;
	width:180px;
	height:150px;
	margin-left: 783px;
	margin-top: -172px;
	margin-bottom: 245px;
	display: block;
	z-index:1000;
	cursor: pointer;
}
* html #ad_wrapper { margin-top: -271px;  }

#game_content {
	position: absolute;
	height: 500px;
	margin-left:191px;
	margin-top: 40px;
	z-index: 51;
	display: none;
}

#game_content img {
	display: block;
}

.clear-hidden {
	clear: both;
	display: block;
}

#wrapper_img {
	position: relative;
	margin-left: 663px;
	margin-top: -500px;
	display: block;
	/*border: 1px solid red;*/
	width: 300px;
	height: 260px;
	z-index: 1002;
}
* html #wrapper_img { margin-top: -505px; }
#wrapper_img_180x150 {
	position: relative;
	margin-left: 783px;
	margin-top: -395px;
	
	display: block;
	
	width: 180px;
	height: 160px;
	z-index: 1002;}


#ad_header_skyscraper {
	position: relative;
	width: 160px;
	height: 14px;
	margin-left: 0px;
	background: transparent url(/DisneyChannel/images/template/img_ad.gif) center ;
	z-index: 1004;
	display:none;
}
#ad_skyscraper {
	position:relative;
	width:160px;
	height:600px;
	display: none;
	z-index:1003;
	margin-top: -6px;
}	
#ad_wrapper_skyscraper {
  position:relative;
	width:160px;
	height:614px;
	margin-left: 802px;
	margin-top: -620px;
	margin-bottom: 251px;
	display: block;
	z-index:1000;
	cursor: pointer;
}
#wrapper_img_skyscraper {
	position: relative;
	margin-left: 802px;
	margin-top: -854px;
	
	display: block;
	
	width: 160px;
	height: 614px;
	z-index: 1002;
}
* html #ad_wrapper_skyscraper { margin-top: -620px; }
* html #ad_skyscraper { margin-top: -9px; }




