body, html{
    margin               :0px auto;
    background-image     :url('images/bgr.jpg');
    background-color     :#ffffff;
    background-attachment:scroll;
    background-repeat    :repeat-x;
    width                :100%;
    height               :100%;
    background-position  :center;
    font-family          :verdana;
}
#container{
    width  :800px;
    margin     :0px auto;
    background-image:url('tlo.png');
    background-repeat:no-repeat;
}
#head{
    width                           :800px;
    height                          :160px;
}
#tresc{
    width                           :720px;
    padding-left                    :35px;
    padding-right                   :45px;
    padding-top                     :10px;
    font-family                     :verdana;
    font-size                       :12px;
    color                           :#595959;
    text-align                      :justify;
    
}
#ft{
    width                           :800px;
    height                          :118px;
    margin     :0px auto;
    background-image:url('ft.png');
    background-repeat:no-repeat;
}
a, a:link, a:visited, a:active, a:hover{
    text-decoration             :none;
    color                       :#3e3e3e;
}

