/* 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_320x250 {
  position:relative;
	width:300px;
	height:250px;
	display: none;
	z-index:1001;
}
		
#ad_wrapper {
  position:relative;
	width:300px;
	height:250px;
	margin-left: 673px;
	margin-top: -251px;
	margin-bottom: 245px;
	display: block;
	z-index:1000;
	cursor: pointer;
}
* html #ad_wrapper { margin-top: -250px; margin-bottom: 0; }

#game_content {
	position: absolute;
	height: 430px;
	margin-left:265px;
	margin-top: 160px;
	z-index: 51;
	display: none;
}

#game_content img {
	display: block;
}

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

#wrapper_img {
	position: relative;
	margin-left: 673px;
	margin-top: -500px;
	display: block;
	/*border: 1px solid red;*/
	width: 300px;
	height: 250px;
	z-index: 1002;
}
* html #wrapper_img { margin-top: -253px; margin-bottom: 0; }

