.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	background-attachment: scroll;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
}
.b_line {
	border: 1px solid #000000;
}
