@charset "utf-8";
/* CSS Document */

#mainbox {
	position:absolute;
	width:200px;
	height:309px;
	z-index:2;
	left: -2px;
	top: 17px;
}

#text {
	position:absolute;
	width:454px;
	height:193px;
	z-index:3;
	left: 307px;
	top: 57px;
}

#bg {
	position:absolute;
	width:693px;
	height:610px;
	z-index:11;
	left: -2px;
	top: 53px;
}

#main {
	position:relative;
	width:850px;
	height:850px;
	z-index:5;
	margin-left: auto;
	margin-right:auto;
}

#lines1 {
	position:absolute;
	width:850px;
	height:16px;
	z-index:7;
	left: 0px;
	top: 840px;
	background-image: url(../jpegs/dots.jpg);

	}

#wide_box {
	height:136px;
	z-index:8;
	top: 364px;
	background-image:url(../jpegs/white_home.jpg);
}

#brown_line {
	position:absolute;
	width:850px;
	height:10px;
	z-index:9;
	left: 0px;
	top: 523px;
	background-color: #443731;
}

#lines2 {
	position:absolute;
	width:850px;
	height:12px;
	z-index:10;
	left: 0px;
	top: 545px;
	background-image: url(../jpegs/dots.jpg);
}
