.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
.button_bg {
	background-color: #990000;
	background-image: url(images/buttonbg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center bottom;
}

