/*
	AQUI VAMOS CONFIGURAR A ESTRUTURA DAS DIV'S.
	POSICIONAMENTOS E TAMANHOS.
*/
body{
	margin:0 auto;
	text-align:center;
	background:url(../imagens/fundo.png) repeat;
}

#conteiner{
width:750px;
height:auto;
background:#FFFFFF;
margin:0 auto;
display:table;
}
#topo{
	width:750px;
	height:163px;
	background:#FFFFFF url(../imagens/cabecario.jpg) no-repeat;
}
#saudacao{
	width:750px;
	height:19px;
	float:right;
	background:#FFFFFF;
	text-align:right;
	margin:0 auto;
}


#corpo{
	width:750px;
	height:auto;
	float:left;
	background:#ffffff;

}
#esquerda{
	width:193px;
	height:auto;
	float:left;
	background:#ffffff;

}
#conteudo{
	width:550px;
	height:auto;
	background:#ffffff;
	float:right;
	margin: 0px 0 0 0;
	
}
#rodape{
	 height:74px;
	 width:750px;
	 margin:0 auto;
	 background-color:#FFFFFF;
}

