html {  
background-image: url("foto/woo.jpg") 0 0 repeat-x;
}

 .wrap {
	width: 960px;
	margin: 0 auto;
}



  .main_container {
		font-family: arial;
		text-align: center;
		color: yellow;
		opacity: 0.8;
}
 .contnet {
	 text-indent: 10px;
	 padding: 3%;
		float: left;
	background: #E4EA92;
	width: 60%;
	background-image: url("foto/18255oting.jpg");
	
	}

	
	
  .contnet, aside {
	 height: 1000px;
	
 }
 aside {
	color: red;
	float: right;
	width: 30%;	
	background:#C7D0CB;
	 text-indent: 20px;
}


 footer {
background: green;	
	clear: both;
}


a[href="polozenia.html"]{
	color: white;
}


a[href="ohota_na.html"]{
	color: white;
}


a[href="mesto.html"]{
	color: white;
}


a[href="podbor.html"]{
	color: white;
}


a[href="novitsky.html"]{
	color: white;
}

.color-5 {
	background: rgba(0,0,0,0.4);
}
.cl-effect-12 a::before,
.cl-effect-12 a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
	transform: translateX(-50%) translateY(-50%) scale(0.2);
}


