body {
    background-color: #8c1114;
    margin: 0px;
    padding: 0px;
}

div#header {
    background-image: url('img/logo.jpg'); 
    background-color: #470305; 
    background-repeat: no-repeat; 
    background-position: right;

    width: 100%; 
    height: 108px;     
}

div#body {
    width: 882px;
    height: 502px;
    background-image: url('img/body.jpg');     
    background-repeat: no-repeat; 
    background-position: center;
    margin: auto;
}

div#footer {
    background-image: url('img/footer_bg.jpg');     
    background-repeat: repeat-x;     
    height: 87px;
    width: 100%;
}

div#tel {    
    padding-left: 20px;
    padding-top: 20px;
}

div#maxima {    
    float: right;
    
    padding-right: 10px;
    margin-top: -45px;
}

div#body_content {    
    padding: 44px;    
}

div#body_content p {
    font-family: Tahoma, Verdana;
    font-size: 16px;
    text-align: center;
    line-height: 150%
}
