html, body {
	height:100%;
	min-width:1000px;
	background: url(../img/gorod_band.jpg) #f0ecd3 no-repeat left bottom;
}
#wrap {
	background: url(../img/les_band.jpg) no-repeat right bottom;
}
.content { 
	margin:20px auto 0px;
	padding:10px 10px 10px 10px;
	width:840px;
	text-align:center;
	background:#000;
	opacity:1; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);	
	}
