/*базовые блоки CONTENT*/
.content_right, .content_left, .content_right_l, .content_left_l {
	padding: 0;
	margin: 0;
	position:relative;
}
.content_right, .content_left {
	height: 880px;
/*  height: 555px;*/
}
.content_right_l, .content_left_l {
	height: 180px;
}
.info, .info_pic, .info_titul {
	margin: 0;
	padding: 0;
}
.info_titul {
	background-image: url(../images/bg.png);
	background-attachment: fixed;
	background-repeat: repeat;
}
.info p {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}
.info_titul h1 a {
	font-size: 40px;
	color: #F00;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.info_titul h1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.indexcover {
	position:absolute;
	width:850px;
	height:850px;
	z-index:1;
}
#infoblok {
	position:absolute;
	width:566px;
	height:200px;
	z-index:2;
	left: 284px;
	top: 650px;
}
