@charset "UTF-8";
.backgroundnorepeat {
	background-repeat: no-repeat;
}
.backgroundrepeat {
	background-repeat: repeat;
	background-image: url(/images/background.jpg);	
}
