body {
	margin: 0;
	padding: 0;
	background: url('/disneystore/baby/common/img/bg.png') repeat-y scroll center top #E2E7F0;
	font-family: Georgia, Times New Roman;
}
#wrapper {
	width: 1024px;
	margin: auto;
}
#main-content {
	background-image: url('/disneystore/baby/common/img/contentbg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
	text-align: center;
	padding: 30px 0 0 0;
}
#footer {
	text-align: center;
	padding-top: 120px;
	background-image: url('/disneystore/baby/common/img/footer.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
/* minichrome menu */
/* commenting out for now - may use if minichrome reduces width
#menu-wrapper {
	width: 100%;
	text-align: center;
	background-image: url('/disneystore/baby/common/img/menubg.png');
	background-repeat: repeat-x;
	background-position: top;
}
*/
/* object style */
object {
	outline: 0;
}
