body {
	margin: 0;
	background-color: #838F9F;
}

#fixed-block {
	position: fixed;
	top: 0px;
	width:100%;
	height: 217px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}
* html {
	background: fixed url('images/bg.jpg');
}
* html #fixed-block {
	position: absolute;
 	top: expression(eval(document.documentElement.scrollTop) + 0 + 'px');
}
#header {
	height: 217px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 160px;
	position: absolute;
	left: 10px;
	top: 20px;
}
#logo a {
	height: 160px;
	width: 160px;
	display:block;
	text-indent:-9999px;
	outline:none;
}
#phones {
	background-image: url(images/phones.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 130px;
	width: 160px;
	left: 790px;
	top: 51px;
}
#slogan {
	background-image: url(images/slogan.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 80px;
	width: 560px;
	left: 201px;
	top: 82px;
}
#rus {
	background-image: url(images/rus.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 22px;
	left: 818px;
	top: 16px;
}
#rus a {
	height: 16px;
	width: 22px;
	display:block;
	text-indent:-9999px;
	outline:none;
}
#eng {
	background-image: url(images/eng.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 16px;
	width: 22px;
	left: 859px;
	top: 16px;
}
#eng a {
	height: 16px;
	width: 22px;
	display:block;
	text-indent:-9999px;
	outline:none;
}
#deu {
	background-image: url(images/deu.gif);
	position: absolute;
	height: 16px;
	width: 22px;
	left: 900px;
	top: 16px;
}
#deu a {
	height: 16px;
	width: 22px;
	display:block;
	text-indent:-9999px;
	outline:none;
}
#navcontainer {
	float:left;
	width:700px;
	height: 32px;
	position: absolute;
	z-index: 1;
	left: 130px;
	top: 180px;
}
#container {
	width: 960px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/body_bg.jpg);
	background-position: center top;
	padding-top: 217px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar {
	float: right;
	width: 260px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#sidebar p {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#content  img{
	padding: 5px;
}
#footer {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: transparent;
	text-align: center;
	font-size: 0.9em;
}

