/********************** Общее описание **********************/
@font-face {
        font-family: "Monotype Corsiva";
        src: url("inc/mtcorsva.ttf")
}
body {
	font-family: Monotype Corsiva, Arial;
	font-size: 12pt;
	color: #000;
	background: url('img/back.jpg') top left repeat-x;
	padding: 0;
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
img {
	border: 0;
}
div {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pop {
background: url('img/logo.jpg') top left repeat-x;
margin-top:100px;
}


.top {
	width: 100%;
	height: 360px;
	background: url('img/back_top.jpg') top left no-repeat;
}
.logo {
	width: 325px;
	height: 131px;
	margin: 20px 0 0 15px;
}
.top p {
	width: 360px;
	text-indent: 30px;
	margin: 30px 0 20px 20px;
}
ul {
	font-size: 15pt;
	list-style: none;
	margin: 25px 0 0 140px;
}
.center {
	width: 100%;
	height: 462px;
	background: url('img/back_center.jpg') top left no-repeat;
}
.center a {
	position: absolute;
	top: 20px;
	left: 350px;
}
.bottom {
	width: 100%;
	font-size: 10pt;
	height: 52px;
	padding: 365px 0 0 0;
	background: url('img/back_bottom.jpg') top left no-repeat;
}
.bottom a {
	margin-left: 10px;
}
