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

body {
	background-image: url(images/background.jpg);
	background-color: #671801;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#background {
	position:absolute;
	width:1011px;
	height:690px;
	z-index:1;
	background-image: url(../../images/background_index.jpg);
}
#Logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 367px;
}
#textbox {
	position:absolute;
	width:433px;
	height:247px;
	z-index:2;
	background-image: url(../../images/textbox.jpg);
	left: 75px;
	top: 171px;
	line-height: 130%;
	overflow: hidden;
}
#menu {
	position:absolute;
	width:460px;
	height:29px;
	z-index:3;
	top: 479px;
	left: 132px;
}
.style2 {color: #671801;
		 text-align: center;
		 font-size: 12px;}

