/*
-----------------------------------------------
Folha de estilo: principal
Site: web2u.com.br
Author: Paulo Roberto Callai
E-mail: paulo@web2u.com.br
Data: 2007.07
Desenvolvimento: Web2u - Seja profissional, estude năo copie. Crie o seu proprio codigo. Com certeza isso vai torna-lo um profissional respeitado e de sucesso.
----------------------------------------------- */

body{
	margin: 0px;
	background-repeat: repeat-x;
	background-position: 50% 0px;
	background-image: url(../img/bg_abertura.png);
	background-color: #CFC4AE;
	}

#geral {
	width:778px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#topoAbertura {
	width: 778px;
	height: 188px;
	background-image: url(../img/topo_abertura.png);
	}	

#centroAbertura {
	width: 778px;
	background-image: url(../img/centro_abertura.png);
	background-repeat: repeat-y;
	height: 400px;
	}
	
#rodape {
	width: 778px;
	height: 30px;
	clear: both;
	background-image: url(../img/bg_brareia.png);
	}

