* {
	margin: 0;
	padding: 0;
}
body {
}
.clearFix {
	clear: both;
}
#wrapper {
	position: relative;
	width: 1240px;
	margin: 0px auto;
	
	h1 {
		font: 40px/60px Futura;
		top: 600px;
	}
	.autors {
		font: 17px/20px Futura;
		top: 960px;
	}
	.desc {
		font: 43px/54px Futura;
		width: 960px;
	}
	
	.block {
		font: 16px/22px Octava;
		.w380 {
			width: 380px;
		}
		.w620 {
			width: 620px;
		}
		.w700 {
			width: 700px;
			margin-left: 270px;
		}
		img.right {
			right: 0;
			z-index: -1;
		}
		.zin {
			z-index: -1;
		}
		.fr {
			float: right;
		}
		.fl {
			float: left;
		}
		h2 {
			font: 52px/63px Futura;
		}
		.name {
			font: 17px/37px OctavaSCC;
			letter-spacing: 3px;
		}
		.comment {
			width: 221px;
			height: 67px;
			background: url(../images/c1.png);
			cursor: pointer;
			-webkit-transition: background 0.5s ease;
			&:hover {
				background: url(../images/hover.png);
			}
		}
	}
	.how {
		margin-left: 170px;
		font: 95px/67px Futura;
	}
}

.ca
{ width: 200px;
	font: 14px/16px Futura;
	text-align: right;
	color: #d22a1b;
	
}