*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica,sans-serif; 
}

html, body
{
    background-color: #DADADA;
    height: 100%;
}

#container
{
    width: 1001px;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
}

#logo
{
    background: url('/images/logo.png');
    background-repeat: no-repeat;
    width: 223px;
    height: 62px;
    float: right;
    margin: 50px 50px 0px 0px;
}

#top
{
    background: url('/images/top.png');
    background-repeat: no-repeat;
    width: 262px;
    height: 38px;
    float: left;
    margin-top: 110px;
    margin-left: 115px;
}

#bottom
{
    background: url('/images/bottom.png');
    background-repeat: no-repeat;
    width: 263px;
    height: 191px;
    float: left;
    margin-left: 115px;
}

#bottom h1
{
    margin-top: 30px;
    color: #d9660a;
    font-size: 14px;
    margin-left: 40px;
    
}

#bottom h2
{
    margin-top: 4px;
    color: #d9660a;
    font-size: 14px;
    margin-left: 40px;
}

#bottom h3
{
    margin-top: 4px;
    font-weight: normal;
    color: #585858;
    font-size: 13px;
    margin-left: 40px;
}

#bottom h4
{
    margin-top: 15px;
    margin-left: 40px;
}

#bottom h4 a
{
    font-weight: bold;
    color: #585858;
    font-size: 13px;
}

#info
{
    float: right;
    text-align: right;
    margin-right: 50px;
    margin-top: 26px;
}

#info h1
{
    font-size: 11px;
    color: #444444;
    font-weight: normal;
    margin-top: 4px;
}

#body
{
    background: url('/images/body.jpg');
    background-repeat: no-repeat;
    width: 1001px;
    height: 267px;
    float: left;
}