.bck-NoRepeat {
	background-repeat: no-repeat;
}
.bck-RepeatH {

	background-repeat: repeat-x;
}
.bck-RepeatV {
	background-repeat: repeat-y;
}

