/* CSS Document */
@import url("estilo.css");

div.celula_parceiro{
	float: left;
	width: 325px;
	height: 100%;
	text-align: left;
	background: url(../imagem/ouro.gif);
	background-repeat:repeat-x;
}

div.celula_parceiro2{
	float: left;
	width: 325px;
	height: 100%;
	text-align: left;
	background: url(../imagem/prata.gif);
	background-repeat:repeat-x;
}


div.grupo{
	float: left;
	width: 980px;
	height: 100%;
}