
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */

html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	background: #FFF;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	position: relative;
	float: left;	
	width: 10500px;
	padding-left: 80px;
	margin-top: 35px;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}

.q {
	color: #F1698C;
	font-family: CirceRegular;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	font-variant: small-caps;
	background: url(../images/ar.png) no-repeat left 5px;
	padding-left: 28px;
	width: 350px;
}
.a {
	font-size: 16px;
	line-height: 19px;
	color: #F1698C;
	margin-bottom: 20px;
	margin-left: 56px;
	margin-top: 5px;
	width: 320px;
}
.ard {
	background: url(../images/ard.png) no-repeat top center;
	padding-top: 100px;
}
#layer1 {
	position: fixed;
	top: 35px;
	left: 0;
	width: 20000px;
	height: 100%;
	
	z-index: 200;
	
	img {
		width: 1000px;
		float: left;
	}
}
#layer2 {
	position: absolute;
	top: 35px;
	left: 0;
	height: 100%;
	z-index: 300;
	a {
		position: absolute;
		display: block;
		height: 27px;
		width: 20px;
	}
}
#lnk1 {
	width: 100px;
	height: 20px;
}