.imgBackUpLeft {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.imgBackUpCenter {

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.imgBackUpRight {


	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}
.imgBackCenterLeft {



	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
.imgBackCenterCenter {




	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.imgBackCenterRight {





	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}
.imgBackBottomRight {






	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.imgBackBottomCenter {







	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.imgBackBottomLeft {








	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
}
