html
{
    width:100%;
    height: 100%
}

body
{
    background-color: #000000;
    padding:0px;
    margin:0px;
    height: 100%;   
    width: 100%;
    color: #ffffff;
    font-family: arial;
    font-size: 9pt;
}

a img
{
    border:none;
}

form
{
    padding:0px;
    margin:0px;
}

.clear
{
    clear:both;
}

/********************* SPLASH PAGE **************************/

.splash_top
{
    position:absolute;
    top:50%;
    height: 120px;
    margin-top: -60px;
    width:100%;
}

.splash_middle
{
    text-align: center;
}

.splash_middle h2
{
    font-family: helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-top:0px;
    margin-bottom: 30px;
}