html, body { margin: 0; padding: 0; }

#splashContainer { width: 940px; height: 588px; background: url("../images/splash/splash.jpg") no-repeat top left; position: relative; margin: 20px auto 0 auto; }
#splashContainer .interior { position: absolute; width: 390px; left: 282px; top: 310px; }
#splashContainer .interior p { color: #fff; font-style: italic; line-height: 15px; font-size: 12px; margin: 4px 0 13px 0; }
#splashContainer p.fade { color: #c7d2de; }
#splashContainer .textbox { color: #453ea5; border: 1px solid #000; padding: 5px 7px; font-size: 16px; width: 90px; text-align: center; }
#splashContainer .submitButton { color: #453ea5; border: 1px solid #000; padding: 5px 7px; font-size: 16px; width: 210px; text-align: center; text-transform: uppercase; }
#splashContainer .footer { position: absolute; bottom: 0px;}