﻿html, body
{
    text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: gray;
}
html, body, table
{
    font-family: Verdana, Times New Roman, Times, Serif;
    font-size: 9pt;
    color: Black;
}
#layout
{
    width: 800px;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
    background-color: White;
    background-image: url('/images/sign.gif');
    background-repeat: no-repeat;
    background-position: 2px 0px;
}
#header, #body
{
    margin: 0 0 0 62px;
}
#layoutWrapper
{
    width: 100%;
}
#bodyWrapper
{
    height: 170px;
    padding: 0 20px;
}
#body
{
    position: relative;
}
