html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background-image: url(i/bg-paper.gif);
	text-align: center;
	font-family: Arial;
	font-size: 95%;
	color: #6C0000;
	line-height: 120%;
  }
img {
	margin: 0;
		border-style: none;
	border-width: 0;
}
a {
	color: #6C0000;
}
a:hover {
	text-decoration: none;
	color: #B10000;
}
#container {
	position: relative;
	overflow: hidden;
	min-height: 1200px;
	min-width: 970px;
	height: expression(document.body.clientHeight < 1200? "1200px": "100%");
}
#top {
	top: 0px;
	height: 100px;
	width: 100%;
	background-image: url(i/top-center.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#content_container {
	text-align: center;
	height:1200px;
	/*padding-bottom: 110px;*/
}
#content {
	position: relative;
	top: -76px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 76px;
}
#bot {
	position: absolute;
	bottom: 0;
	height: 11px;
	width: 100%;
	/*background-image: url(i/bottom-center.png);*/
	background-position: center bottom;
	background-repeat: no-repeat;
}
#uzor_l {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 198px;
	background-image: url(i/bg-left.gif);
}
#uzor_r {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 198px;
	background-image: url(i/bg-right.gif);
}
#pic_logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 142px;
	width: 160px;
}
#pic_sub_logo {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 24px;
	width: 159px;
}
#pic_big {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 378px;
	width: 970px;
	background-image: url(i/pic_big.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#pic_branch {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 175px;
	width: 970px;
	background-image: url(i/palki2.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#pic_branch_big {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 275px;
	width: 970px;
	background-image: url(i/palki.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.pics {
	position: relative;
	width: 552px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.text_main {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	width: 580px;
}
#socials {
    position: absolute;
    right: 16px;
    top: 3px;
}
