.shadowRight {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.shadowLeft {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.bottomPattern {
	background-image: url(images/bottomPattern.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}
