body {
	background-image: url(images/grass-bg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}
.body-bg {
	background-attachment: fixed;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
