/* aqui comeca a parte comum a todas as paginas, incluindo as internas */

body {
	background-color:#FFE3E1;
		}



     #centralizador {
       height:450px;
       left:50%;
       margin:0px 0 0 -462px;
       position:absolute;
       top:0%;
       width:800px;
       z-index: 20;
}

#top_gradiente {
    background:url(top_gradiente.gif) repeat-x;
    position: absolute;
	left:0px;
    top: 0px;
    width: 100%;
    height: 110px;
    z-index: 1;
}


#topo_menu {
    position: absolute;
    left: -56px;
    top: 5px;
    width: 1020px;
    height: 158px;
    z-index: 23;
}#continua_menu {
    background:url(background_repete_fino.jpg) repeat-x;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    height: 110px;
    z-index: 2;
}


#entrega {
    
	position: absolute;
    left: 475px;
    top: 0px;
    width: 345px;
    height: 28px;
    z-index: 6;
}/* aqui termina a parte comum as internas */


/* aqui comeca o menu */

#cardapios_menu {
    position: absolute;
    left: 10%;
    top: 190px;
    width: 750px;
    height: 115px;
    z-index: 10;
}


#background_branco {
    
	background-color: #FFFFFF;
    position: absolute;
    left: 10%;
    top: 340px;
    width: 793px;
    height: 1300px;
    z-index: 7;
}

#borda_baixo {
    
	background:url(imagens/borda_baixo.jpg);
	background-repeat:no-repeat;
    position: absolute;
    left: 0px;
    top: 1300px;
    width: 100%;
    height: 25px;
    z-index: 20;
}


/* aqui termina o menu */

#titulo {
    position: absolute;
    left: 8%;
    top: 9%;
    width: 300px;
    height: 25px;
    z-index: 28;
}


#texto_1 {
    position: absolute;
    left: 8%;
    top: 14%;
    width: 300px;
    height: 255px;
    z-index: 28;
}


#texto_2 {
    position: absolute;
    left: 52%;
    top: 14%;
    width: 300px;
    height: 255px;
    z-index: 28;
}





#receita_1 {
    
	background:url(fundo_salgadinhos.jpg) no-repeat;
    position: absolute;
    left: 22%;
    top: 380px;
    width: 750px;
    height: 530px;
    z-index: 28;
}

#receita_2 {
    
	background:url(fundo_salgadinhos.jpg) no-repeat;
    position: absolute;
    left: 22%;
    top: 800px;
    width: 750px;
    height: 530px;
    z-index: 28;
}


#receita_3 {
    
	background:url(fundo_salgadinhos.jpg) no-repeat;
    position: absolute;
    left: 22%;
    top: 1220px;
    width: 750px;
    height: 530px;
    z-index: 28;
}





/* rodape */

#rodape {
    background:url(imagens/rodape.jpg) repeat-x;
    position: absolute;
    left: 0px;
    top: 1725px;
    width: 100%;
    height: 25px;
    z-index: 2;
}

#texto_rodape {
 
    position: absolute;
    left:53%;
    top: 1730px;;
    width: 800px;
	  margin:0px 0 0 -422px;
    height: 15px;
    z-index: 23;
}
