﻿body {
    margin: 0;
    padding: 0;
    background: #66592f url(/images/splashBg.gif) repeat-x top;
}

div#splash {
    background: url(/images/splash.jpg) no-repeat top;
}

div#splash a 
{
    display: block;
    width: 100%;
    height: 600px;
}

div#splash a span 
{
    margin-left: -10000px;
}
