body{
    text-align: center;
    font-size: 10px;
    }
	
#geral{
    position: relative;
    height: auto;
    min-height: 100%; 
    width: 100%;
    z-index: 1;
    background-color: #fb8404;
    }

    .centralizi{
        width: 1280px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        }

    #topo{
        height: 555px;
        background: #000;
        z-index: 300;
        background-color: #00366e;
        background-image: url('../imagens/bg-topo.png');
        background-position: center bottom;
        background-repeat: repeat-x;
        }

        #topo .centralizi{
            height: 100%;
            }

    #corpo{
        padding-bottom: 233px;
        z-index: 200;
        }

        #corpo .centralizi{
            height: 259px;
            background-image: url('../imagens/conteudo.png');
            background-position: center top;
            background-repeat: no-repeat;
            }

    #rodape{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        font-size: 1.1em;
        z-index: 300;
        background-image: url('../imagens/bg-rodape.png');
        background-position: center top;
        background-repeat: repeat-x;
        }

        #rodape .centralizi{
            height: 233px;
            background-image: url('../imagens/rodape.png');
            background-position: center top;
            background-repeat: no-repeat;
            }

