.bg1 {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.bg2 {
	background-attachment: scroll;
	background-image: url(images/sub_bg.gif);
	background-repeat: repeat-x;
}
