@charset "utf-8";
body {background-color: #B79A7C;
	scrollbar-face-color: #31271D;
	scrollbar-highlight-color: #B79A7C;
	scrollbar-3dlight-color: #31271D;
	scrollbar-darkshadow-color: #31271D;
	scrollbar-shadow-color: #31271D;
	scrollbar-arrow-color: #B79A7C;
	scrollbar-track-color: #31271D;
}

.div1 {
	position: absolute;
	z-index: -2;
	width: 900px;
	left: 13%;
	top: 0%;
	bottom: 100%;
	border: 1pt solid, #B79A7C;
}
.div2 {
	position: absolute;
	z-index: 1;
	height: 231px;
	width: 900px;
	left: 13%;
	top: -3px;
}
.div3 {
	position: absolute;
	z-index: 5;
	height: 25px;
	width: 900px;
	left: 13%;
	top: 230px;
	background-color: #31271D;
}
.div4 {
	position: absolute;
	z-index: 1;
	bottom: 0%;
	width: 900px;
	left: 13%;
	top: 255px;
	overflow: auto;
	background-color: #31271D;
}
.div5 {
	position: absolute;
	z-index: 1;
	height: 25px;
	width: 900px;
	left: 142px;
	top: 880px;
}
