@charset "utf-8";
#header  {
	height: 530px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#container {
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 100%;
}
.ikonki {
	float:left;
	width:auto;
	padding-top:15px;
	padding-left: 50px;
}
.ikonki .home {
	background-image: url(../images/glavnaya-active.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu {
	list-style-type: none;
	float: right;
	margin: 30px 0 30px 0;
	padding: 0 0 0 0;
}
