body {
	background-color: #00162D;
    background-image: url("http://a.dolimg.com/en-US/disneyxd/413/images/backgroundBody.jpg");
    background-position: center top;
    background-repeat: repeat-y;
}
.modal {
	width: 998px;
	height: 418px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -209px 0px 0px -499px;
	padding: 30px;
	text-align: center;

    background: url("http://a.dolimg.com/en-US/disneyxd/413/images/skins/interstitial_background.png") no-repeat;
}
.modal hgroup, .modal p {
	width: 950px;
	margin-left: -8px;
}
.modal h1 {
    font-family: 'XDRAHeavyRegular', Arial;
	font-size: 24pt;
	color: #192E6B;
    padding: 48px 0px 8px 0px;
}
.modal h2 {
    font-family: 'XDRAHeavyRegular', Arial;
	font-size: 18pt;
	color: #192E6B;
    padding-top: 7px;
    padding-bottom: 14px;
}
.modal p  {
    font-family: Arial;
	font-size: 14pt;
	color: black;
	padding-top: 6px;
}
.modal .button-container {
	margin-top: 23px;
	margin-left: -55px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	right: 0px;	
}
