html
{
    height: 100%;
}

body
{
    background-color: #003333;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    height: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}

div.altContent
{
    font-weight: bold;
    margin: 0px auto 0px auto;
    padding-top: 50px;
    text-align: center;
    width: 400px;
}

div#rpxContainer
{
    height: 100%;
}


