@charset "utf-8";
body {
	background-color: ff9d01;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}
.bg_grey {
	background-attachment: scroll;
	background-image: url(images/bg_greyscale.jpg);
	background-repeat: repeat-x;
}
