.top {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.left {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.center {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(center.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.spacer {
	background-color: #000000;
}
