/* 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;
}

#page-content {
	width: 974px;
	margin: 0 auto;
}

#ad_area {
	position: absolute;
	top: 292px;
	margin-left: 10px;
	z-index: 999;
}

#ad_area_main {
	position: absolute;
	top: 293px;
	margin-left: -167px;
	z-index: 999;
}

#tdc-container {
	position: relative;
}

#tdc-ad {
	position: absolute;
	top: 325px;
	left: 669px;
	width: 300px;
	height: 250px;
	background-color: #FF0000;
	display: none;
}

.clear-hidden {
	clear: both;
}