@charset "utf-8";
/* CSS Document */
.cont {
width: 1080px;
margin: auto;
font-size: 16px;
font-family: Georgia;
background: transparent url("../images/fon_new.jpg") no-repeat fixed left top;
}

@media screen and (max-width: 1080px) {
     .cont { width: 98%; }
   }

.middle {
	margin: 20px 30px;
	padding: 10px 30px;
	background: #fff;
	text-align: left;
}

.foot {
	color: #000;
	padding: 20px 20px;
	background: #ffffffb3;
	text-align: center;
	font-family: Georgia;
	font-size: 16px;
	width: 1280px;
}
