html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fdfdfb;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
}

a, a:visited {
	color: #000;
}

a:hover {
	color: #f1b80f;
}

img {
	border: 0;
}

h1 {
	font-size: 12px;
}

#container {
	min-width: 920px;
	position: relative;
	min-height: 100%;
}

#content {
	margin: 55px auto 0 auto;
	width: 700px;
	position: relative;
	padding-bottom: 84px; /* на подвал */
}

#header {
	height: 100px;
	min-width: 600px;
}

#header .logo {
	position: absolute;
	left: 151px;
	top: 84px;
}


#header .logo_status {
	position: absolute;
	left: 344px;
	top: 70px;
	color: #b9b9b9;
}

#header .logo_status_en {
	position: absolute;
	left: 360px;
	top: 70px;
	color: #b9b9b9;
}

#header .language {
	position: relative;
	right: 70px;
	top: 73px;
	float: right;
	font-size: 9px;
	color: #b9b9b9;
	line-height: 16px;
}

#header .feedback {
	padding: 0;
	margin: 0;
	position: relative;
	float: right;
	top: 145px;
	right: 121px;
}

#top_menu {
	margin: 48px 142px 0px 143px;
	font-size: 14px;
	height: 30px;
	padding: 0;
}
#top_menu li{
	float:left;
	text-align:center;
	list-style: none;
}

#top_menu a {
	display: inline-block;
	padding: 6px 8px;
	text-decoration: underline;
}

#top_menu .current {
	float: right;
	padding: 6px 8px;
	background-color: #f1b80f;
	color: #fff;
}

#top_menu .feedback a {
	padding: 0;
	margin: 0;
}	

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 49px;
	width: 100%;
	font-size: 10px;
	color: #565656;
	line-height: 16px;
}
#footer .status {
	padding-left: 151px;
	width: 350px;
	float: left;
}

#footer .copyright {
	float: right;
	text-align: right;
	padding-right: 149px;
}
#footer .copyright a {
	color: #565656;
}
#footer .copyright a:hover {
	color: #f1b80f;
}

.wraper{
	clear: both;
	width:100%;
	height: 0px;
}

.min-width {
	height: 0px;
	position: relative;
}