.styles {
	background-attachment: fixed;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat;
	background-position: 100% top;
}
.middle {
	background-attachment: fixed;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.content {
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	background-attachment: fixed;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

