.bkgright {
	background-position: right center;
}
.bkgleft {
	background-position: left center;
}
.bkgnorepeat {
	background-repeat: repeat-y;
}
.norepeat {
	background-repeat: no-repeat;
}
.bkgalgnbtm {
	background-position: bottom;
}

