/* Splash page */
body
{
    margin: 0px;
    padding: 0px;
    background-color: #e1e1e1;
}
div#splash-wrapper
{

    margin-top: 5%;
    padding: 0px;
}

/* Content */
div#splash-content
{
    width: 685px;
    height: 610px;
    margin: auto;
}

/* left */
div#splash-content-left
{
    width: 50%;
    height: 100%;
    float: left;
}
div#logo
{
    background-repeat: no-repeat;
    height: 71px;
}
div#left-image-top
{
    width: 330px;
    height: 200px;
    padding: 5px;
    margin-top: 5px;
    background-color: White;
}
div#left-image-bottom
{
    width: 330px;
    height: 200px;
    padding: 5px;
    margin-top: 5px;
    background-color: White;
}
div#left-ad-image
{
    width: 330px;
    height: 150px;
    padding: 5px;
    margin-top: 5px;
    background-color: White;
}

/* right */
div#splash-content-right
{
    float: right;
    width: 49.9%;
    height: 100%;
}
div#right-image-top
{
    width: 330px;
    height: 330px;
    padding: 5px;
    margin-top: 40px;
    margin-bottom: 5px;
    background-color: White;
}
ul#splash-links
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}
ul#splash-links li
{
        margin: 0px;
    padding: 0px;
    border: none;
}
ul#splash-links li a img
{
    text-decoration: none;
    color: White;
    border: 0px;
}