.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.linha {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6F572;
}
.c1 {
	background-image: url(images/c1.jpg);
	background-repeat: repeat-y;
}
.c2 {
	background-image: url(images/c2.jpg);
	background-repeat: repeat-y;
}
.pe {
	background-image: url(images/pe.jpg);
	background-repeat: no-repeat;
}
.pebg {
	background-image: url(images/pe_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
