.menu {
	background-image: url(top.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: auto;
	width: auto;
}
.right {
	background-image: url(right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.bottom_right {
	background-image: url(bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.left {
	background-image: url(left.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.top_right {
	background-image: url(top_right.gif);
	background-position: right center;
}
.bottom {
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.body {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #B0C0CE;
}
