@CHARSET "UTF-8";

/**
 * comment to force changing in pluto!
 */
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	text-align: center; /*** Centers the design in old IE versions ***/
}

#container {
	width:100%;
	margin: 0 auto; /*** Centers the design ***/;
}

#disneyTopWrapper {
	width: 758px;
	margin: 0 auto; /*** Centers the design ***/;
}

#disneyTopBar {
	width:100%;
	height:34px;
	float: left;
}

#disneyTopBanner {
	width:100%;
	height:112px;
	float: left;
	text-align: left;
}

iframe {
	border: none;
	overflow: hidden;
	background-color: #XXX-;
}

iframe.top {
	margin: 2px 0 0 10px;
	width: 728px;
	height: 105px;
	border: 0px solid #52b2df;
}

iframe#IFTopBanner {
	height: 105px;
}

html>body #disneyTopBanner {
 	margin: 0 0 0 4px;
}

html #disneyTopBanner {
 	margin: 0 0 0 2px;
}

#footer {
	width:100%;
	color: #fff;
	text-align:center;
	margin: 10px 0 10px 0;
	float: left;
}
#footer td { /* IE 5/5.5 fix */
	color: #fff;
}
#footer a {
	color: #fff;
}

#wrapperFlash {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#flashObject {
	width:100%;
	height: 100%;
	text-align: center;
}


