.backgroundrepeat {
	background-attachment: fixed;
	background-image: ;
	background-repeat: repeat-y;
	background-position: center top;
}
.backgroundnorepeat {
	background-attachment: fixed;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
}
