/* ZERA TUDO */
* {border:none;margin:0;list-style:none;padding:0;text-decoration:none; background:none}

/* DEFINE PADROES */
body{
	background-image:url(../images/background-pg.jpg); background-repeat:no-repeat;

}
#centralizadora{
margin:0 auto 0 auto; 
width:980px; 
height:100%;
}

#topo{
margin:0 auto 0 auto;
width:auto; 
height:237px;
}

#coluna{
width:194px; 
margin:10px  10px 10px 10px;
height:auto; 
float:left
}

#banner{
	margin-top:10px;
	margin-bottom:15px;
	width:573;
	height:90;
}

#conteudo{
	width:552px;
	height:auto;
	float:left;
	margin-top: 10px;
}
#textorodape{
	margin-right:100px;
	margin-top:20px;
	width:200px;
	float:right;}
#rodape{
	height: 95px;
	width: 980px;
	background-image:url(../images/rodape.jpg);
	float:left;
}

