.top {
	background-attachment: fixed;
	background-image: url(images/border_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
}
.left {
	background-attachment: fixed;
	background-image: url(images/border_left.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.right {
	background-attachment: fixed;
	background-image: url(images/border_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #000000;
}
.bottom {
	background-attachment: fixed;
	background-image: url(images/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact {
	background-attachment: fixed;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
