.background_repeat {
	background-repeat: no-repeat;
	background-position: center top;
}

.centerit {
	background-image: url(backing.gif);
	background-repeat: repeat-y;
	background-position: center;
}
