html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    background-color: #E6E4DF;
}
h1, h2, h3, h4, h5{margin: 1em 0;}
p
{
    margin: 0 0 1em;
    line-height: 1.5em;
}
a,
a:link,
a:visited{}
a:hover,
a:active{}
a img{border: none;}


/* ~~~ ==== POSITIONING SELECTORS ============================================================================ ~~~ */
#wrapper
{
    position: relative;
    width: 890px;
    height: 500px;
    margin: 12px auto 0;
    background: url(../images/splash_bg.gif) no-repeat;
    text-align: center;
}
#masthead
{
    position: absolute;
    width: 890px;
    top: 283px;
    left: 0;
}
#masthead h1
{
    background: url(../images/splash_h1.gif) no-repeat 50% 0;
    text-indent: -9999px;
    line-height: 12px;
    height: 12px;
    margin: 0;
}
    #masthead h2
    {
        background: url(../images/splash_h2.gif) no-repeat 50% 0;
        text-indent: -9999px;
        height: 17px;
        line-height: 17px;
        margin: 12px 0 34px;
    }
    #masthead p
    {
        height: 12px;
    }
    #masthead p a
    {
        display: block;
        background: url(../images/splash_link_text.gif) no-repeat 50% 0;
        width: 90px;
        height: 12px;
        margin: 0 auto;
    }
    #masthead p a b{display: none;}

#content{display: none;}

#footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 79px;
    width: 890px;
    background: url(../images/splash_footer_bg.gif) no-repeat 50% 100%;
}
    #footer p
    {
        height: 46px;
        background: url(../images/splash_footer_text.gif) no-repeat 50% 0;
        text-indent: -9999px;
        margin: 16px 0 0;
    }