@charset "utf-8";
.page {
	background-attachment: scroll;
	background-color: #7e6112;
	background-image: url(images/01-header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
}
.left {
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
