.topbackground {
	background-attachment: scroll;
	background-image: url(images/topbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottombackground {
	background-attachment: scroll;
	background-image: url(images/bottombackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
