#html, body {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #68301F;
}



.main_block {
	position: relative;
	top: 0px;
	left: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -500px;
	padding: 0px;
	width: 1000px;
	background-color: #68301F;
	font: 13px verdana;
	color: #FFF;
	text-align: justify;
}


.nav {
  width: 710px;
  height: 23px;
  position: absolute;
  left: 290px;
  top: 200px;
  color: #fff;
  font: 15px verdana;
}

.nav a {
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  color: #fff;
  text-decoration: underline;
}

.bottom_menu {
  margin-top: 10px;
  text-align: center;
  font: 12px arial;
}

.contacts {
  width: 260px;
  height: 120px;
  position: absolute;
  left: 770px;
  top: 14px;
  font: 25px arial;
  color: #668B24;
}



a {
color: #fff;
}

a:hover {
color: #fff;
}

h1{
margin-top: 20px;
margin-left: 10px;
margin-bottom: 10px;
font: 22px verdana;
color: #fff;
}

img{
border: none;
}

.mode {
display: none;
}