@charset "utf-8";
/* CSS Document */

/*=================DIV TUDO==================*/

body {
	background:url(img-site/fundo.png) no-repeat #000000;
	background-position:top center;
    margin: 0 auto;
	text-align:center;
}
#tudo{
	width:1000px;
	height:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

/*=========Topo/Menu==========*/

#topoTudo{
	width:350px;
	height:31px;
	float:left;
	padding-left:610px;
	padding-right:40px;
	padding-top:125px;
	background:url(img-site/topo-menu.png);
}


/*==========Centro============*/

#CentroTudo{
	width:1000px;
	height:auto;
	float:left;
}

#centroCentral{
	width:836px;
	height:auto;
	float:left;
	padding-left:164px;
	background:url(img-site/centro.png);
}

#conteudo{
	width:781px;
	height:auto;
	float:left;
	background:#000000;
}

#divLateral{
	width:50px;
	height:auto;
	float:left;
}


#centroBase{
	width:1000px;
	height:46px;
	float:left;
	background:url(img-site/base.png);

}


/*==============Rodapé=================*/

#rodape{
	width:100%;
	height:266px;
	float:left;
	background:url(img-site/rodape.png);

}
#tudoRodape{
	width:1000px;
	height:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

