.backfade {
	background-attachment: scroll;
	background-image: url(assets/fadeback.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fadeblue {
	background-attachment: scroll;
	background-image: url(assets/fadeblue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fadepurple {
	background-attachment: scroll;
	background-image: url(assets/fadepurple.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fadeyellow {
	background-attachment: scroll;
	background-image: url(assets/fadeyellow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom {
	background-color: #C2FEC8;
	border: thin solid #6600CC;
}
