html {
	height:100%;
}
body, html {
	margin: 0;
	text-align: center; /*** Centers the design in old IE versions ***/
}

body { 
	background: #073668 /*url(../images/background.jpg) top center no-repeat;*/
}

#containerofcontainer {
	width:100%;
	height:100%;
	margin: 0 auto; /*** Centers the design ***/
	text-align:left;
}

#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: 132px;
}

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

#FlashCnt {
	width:800px;
	height:600px;
	text-align: center;
}

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