﻿html { 
    background: url("/imagens/Banner-1.jpg") no-repeat top center;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    height: 1000px;
}
body {
    margin: 0;
}

#site {
    width: 1030px;
    margin: 0 auto 0 auto;
}
#logo {
    width: 330px;
    height: 300px;

    background: url("/imagens/logo/logo.png") no-repeat center left;
}

#centro {
    clear: both;
}
#centro_lateral_esquerda {
    float: left;
    width: 250px;
    margin: 0 10px 0 0;
}
#centro_lateral_direita {
    float: left;
    width: 770px;

    margin: 0 0 10px 0;
}

#rodape {
    clear: both;

    border-top: solid 1px #ACACAC;
    background-color: #DBDBDD;
    
    background: -webkit-linear-gradient(#DBDBDD, #F8F8F8);  /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#DBDBDD, #F8F8F8);       /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#DBDBDD, #F8F8F8);     /* For Firefox 3.6 to 15 */
    background: linear-gradient(#DBDBDD, #F8F8F8);          /* Standard syntax */
}
#rodape_conteudo {
    clear: both;

    width: 1030px;
    min-height: 200px;
    margin: 10px auto 0 auto;
}
#rodape_lateral_esquerda {
    float: left;
    width: 510px;
    margin: 0 10px 0 0;
}
#rodape_lateral_direita {
    float: left;
    width: 510px;
}