.bg {
	background-attachment: fixed;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 {
	background-attachment: scroll;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

