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