.top-left {
	background-attachment: fixed;
	background-image: url('top_left.gif');
	background-repeat: no-repeat;
	background-position: right top
}
.top-right {

	background-attachment: fixed;
	background-image: url('top_right.gif');
	background-repeat: no-repeat;
	background-position: left top
}
.bottom-left {


	background-attachment: fixed;
	background-image: url('bottom_left.gif');
	background-repeat: no-repeat;
	background-position: right bottom
}
.bottom-right {



	background-attachment: fixed;
	background-image: url('bottom_right.gif');
	background-repeat: no-repeat;
	background-position: left bottom
}
.midle-left {



	background-attachment: fixed;
	background-image: url('midle_left.gif');
	background-repeat: repeat-y;
	background-position: right center
}
.midle-right {
	background-attachment: fixed;
	background-image: url('midle_right.gif');
	background-repeat: repeat-y;
	background-position: left center
}
.bottom-filler {
	background-attachment: fixed;
	background-image: url('bottom_filler.gif');
	background-repeat: repeat-x;
	background-position: left bottom
}
.content {
	background-attachment: fixed;
	background-image: url('ContentBG.jpg');
	background-repeat: repeat-x;
	background-position: left bottom
}
.bottom-content {
	background-attachment: fixed;
	background-image: url('BottomBG.jpg');
	background-repeat: repeat-x;
	background-position: left bottom
}