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 ***/
	background-color:#fff;
}
body {
/*	background:url(../common/images/bg_big_red.jpg) top repeat-x; */
}

#containerofcontainer {
	width:100%;
	height:100%;
	margin: 0 auto; /*** Centers the design ***/
	text-align:left;
/*	background:url(../common/images/bg_big_red.jpg) top repeat-x; */
}
#container {
	width:982px;
	margin: 0 auto; /*** Centers the design ***/
	text-align:left;
}

#disneyTopBar {
	width:100%;
	height:34px;
	text-align:center;
}

div.space {
	width:100%;
	height:8px;
	text-align:center;
} 
#disneyTopBanner {
	width:100%;
	height:90px;
	text-align:center;
}

#disneyRightBanner{
	float:right;
	/*margin-top:124px;*/
	margin-top:132px;
}

#leftColumn {
	float:right;
	width:766px;
	text-align:center;
}

#FlashCnt {
	width:766px;
	height:640px;
	text-align: center;
}

#footer {
	color:#b0b0b0;
	text-align:center;
}
#footer td { /* IE 5/5.5 fix */
	color:#b0b0b0;
}
#footer a {
	color:#b0b0b0;
}
