html, body {
        height: 100%;
}
body {
        background: #fcf4ec url('../images/shadow-bar-splash-bg.gif') repeat-y top center;
        margin: 0;
        overflow: hidden;
}
#horizon {
        color: white;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        overflow: visible;
        display: block;
}
#splashContainer {
        background: #ffff01; /* Some IEs flash this colour up and 5.5+6 keep a bar of it below img */
        position: absolute;
        margin-left: -431px;
        left: 50%;
        top: -300px;
        height: 600px;
        width: 863px;
}
#splashImage {
        border-width: 0;
}
