.positionBottom {
	background-repeat: repeat-x;
	background-position: bottom;
}
.positionBottomSingle {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.positionRight {
	background-position: right;
	background-repeat: repeat-y;
}
.positionTop {
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}.positionCenter {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
