.up {
	background-attachment: fixed;
	background-image: url(left-top.jpg);
	background-repeat: repeat-y;
}
.bottom {
	background-attachment: fixed;
	background-image: url(left-bottom.jpg);
	background-repeat: no-repeat;
}
