@charset "utf-8";

body{
	margin:0px;
}
/*--------------------title----------------------------*/
#header{
	position:relative;
	width:100%;
	background-image:url(../img/title_bg3.gif);
	background-repeat:no-repeat;
	height:182px;/*height:26%;  182px*/
}

#generalDIV
{
	overflow:auto;/*полоса прокрутки*/
	margin-left:0;
}
#leftDIV{
	position:relative;
	width:23%;
	float:left;
	overflow:hidden;
}
#centerDIV{
	position:relative;
	width:54%;
	float:left;
	overflow:hidden;
}
#rightDIV{
	position:relative;
	width:23%;
	float:right;
	overflow:hidden;
}
/*=========НАВЕРХ========================================*/
.b-top {
	z-index:100;
	position:fixed;
	right:10px;
	bottom:60px;
	width:10%;
	opacity: 0.7;
	filter:alpha(opacity=70) black;
}
.b-top:hover {
	opacity:1;
	filter:alpha(opacity=100) black;
	cursor:pointer;
}
.b-top-but {
	z-index:100;
	position:absolute;
	display:block;
	bottom:0;
	padding:32px 12px 4px;
	color:white;
	background:#808080 url(../img/up.png) no-repeat 50% 11px;
	border-radius:7px;
}
