.no-repeat {
	background-repeat: no-repeat;
}
.X-repeat {

	background-repeat: repeat-x;
}
.repeat {

	background-repeat: repeat;
}
