body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #b1b3b4;
}
.fundo_cima {
	background-image: url(img/fundo_topo.gif);
	background-repeat: repeat-x;
}
.fundo_index {
	background-image: url(img/index_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}

.fundo_index2 {
	background-image: url(img/index_1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
