@charset "utf-8";
.background {
	position: absolute;
	left: 2px;
	top: 1px;
	z-index: 0;
	height: 850px;
	width: 900px;
}
body {
	background-repeat: repeat;
	left: auto;
	right: auto;
	text-align:left;
	font-weight: bold;
	background-color: #520B13;
}
body,td,th {
	color: #32465F;
	left: auto;
	right: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

div#main {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position: relative;
	height: 850px;
}
.logo {
	position: absolute;
	z-index: 2;
	left: 12px;
	top: 10px;
	width: 880px;
}
.logo2 {
	position: absolute;
	z-index: 2;
	left: 14px;
	top: 11px;
	width: 877px;
}
.intro {
	position: absolute;
	z-index: 3;
	left: 206px;
	top: 288px;
	width: 494px;
	color: #520B13;
	text-align: center;
	font-size: 16px;
	height: 210px;
}
.home_button {
	position: absolute;
	z-index: 4;
	left: 100px;
	top: 225px;
}
.history_button {
	position: absolute;
	z-index: 4;
	left: 250px;
	top: 225px;
}
.products_button {
	position: absolute;
	z-index: 4;
	left: 400px;
	top: 225px;
}
.contact_button {
	position: absolute;
	z-index: 4;
	left: 550px;
	top: 225px;
}
.faq_button {
	position: absolute;
	z-index: 4;
	left: 700px;
	top: 225px;
}
.adress_bottom_page {
	position: absolute;
	z-index: 1;
	left: 13px;
	top: 767px;
	width: 878px;
	text-align: center;
	font-weight: bold;
	height: 41px;
}

