/* FORMATAÇÃO PADRÃO DOS ELEMENTOS */
body{
	background-image: url("../img/background-verde.png");
	background-repeat: repeat-x;
	background-color: #e4f3c4;
}
h5 {
	background-image: url("../img/cat-f-verde.png");
	}
#creditos {
	background-image: url("../img/bck-cred-green.png");
	color: #8b0000;
}

