.mainbackground {
	background-attachment: fixed;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

.navbackground {
	background-attachment: fixed;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-color: black;
}