.right_bar {
	background-attachment: scroll;
	background-image: url(images/right_bar.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.left_bar {
	background-attachment: scroll;
	background-image: url(images/left_bar.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body {
	background-attachment: fixed;
	background-color: #E6E7BD;
	background-repeat: repeat-y;
	background-position: center top;
}
.link {
	color: #888a48;
}
