


/* AD LAYERS */
#adHorizontal {
		/* display: none; hide ad */
		position: absolute;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		top:29px;
		height: 92px;
		background: url("../images/ad_728_bg.gif") center center no-repeat;
		z-index: 1000;
	}
	
#adHorizontal .ad {
		display: block;
		width: 728;
		height: 90px;
		margin-top: 1px;
		margin-left: -4px;
		padding: 0;
		align: center;
	}



/*	HEADER */

#header {
	position: relative;
	width: 100%;
	height: 24px;
	text-align: center;
	z-index: 600;
	margin: 0;
	padding: 0;
	
}

#header .disneyHeader {
	display: block;
	width: 498;
	margin: 0 auto;
	margin-top: -3px;
	padding: 0;
}




/* FOOTER */
#footer {
	position: relative;
	width: 100%;
	height: 101px;
	z-index: 2000;
	margin-top: -16px;
	text-align: center;
	background: url("../images/footerbg.gif") center bottom no-repeat;	
}


#footer .footerLinks {
	display: block;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	z-index: 2010;

}

#footer .astralFooter {
	display: block;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: -8px;
	z-index: 2020;
}

#footer_noPromo {
	position: absolute;
	width: 100%;
	height: 101px;
	z-index: 3000;
	margin-top: -16px;
	text-align: center;
	background: url("../images/footerbg.gif") center bottom no-repeat;	
}

#footer_noPromo .footerLinks {
	display: block;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	z-index: 3010;

}

#footer_noPromo .astralFooter {
	display: block;
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: -8px;
	z-index: 3020;
}

#bottomPromosContainer {
background-image:url('/assets/global/images/promobg.gif');
}


