body {
	background-color: #FFFFFF;
	margin: 0px;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: left top;
}
.yesrepeat {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
}

