body {
	background: url(back.jpg) ;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#7a6f53
}
.blurredBackground {
	background: url(backblurred.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
}
