body
{
    background-color: #FFFFFF;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p
{
    padding: 10px;
}

#window
{
    height: auto;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    top: -8px;
    bottom: -8px;
    position: relative;
    background-color: #DEDEDE;
}

#top-bar
{
    background-image: url("img/header.gif");
    position: relative;
    top: 0px;
    width: 800px;
    height: 224px;
    color: #FFFFFF;
}

#bottom-bar
{
    background-image: url("img/footer.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -16px;
    width: 800px;
    height: 128px;
}

#content
{
    width: 800px;
    height: auto;
    position: relative;
    background-image: url("img/background.gif");
    background-position: top right;
    background-repeat: no-repeat;
}

#contact-table
{
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-spacing: 0px;
    margin-left: 20px;
    top: 40px;
    position: absolute;
}

#ps-logo
{
    background-image: url("img/PrimeScale.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 50px;
    position: absolute;
    right: 40px;
}

#cmdb-logo
{
    background-image: url("img/PrimeCMDB.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 250px;
    height: 25px;
    position: absolute;
    left: 50px;
    top: 50px;
}

.text
{
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: bold;
}

/* IE PNG-Hack*/
div
{
    behavior: url(iepngfix.htc)
}