body {
	background-attachment: scroll;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body {
	background-attachment: fixed;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #8EB7E0;
}

