body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
}

#content {
	width: 970px;
	margin: 0 auto;
}

header {
	text-align: right;
	position: relative;
	z-index: 2;
	height: 430px;
}

header::before {
	content: '';
	background: url('images/header.png') right bottom no-repeat;
	position: absolute;
	width: 1231px;
	height: 430px;
	bottom: 0;
	right: 0;
}

header h1, header h2 {
	margin: 0px;
}

header h1 {
	font-weight: 100;
	font-size: 120px;
	color: #343434;
	line-height: 141px;
	margin: 40px 0 20px 0;
	padding: 40px 0 0 0;
}

header h2 {
	font-weight: 200;
	font-size: 24px;
	color: #999999;
	line-height: 29px;
}

#intro {
	padding-top: 50px;
}

#intro p {
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	color: #999999;
	line-height: 29px;
}

#downloads {
	margin-top: 80px;
	background: url('images/seperator.png') no-repeat;
	padding-top: 94px;
	overflow: hidden;
	position: relative;
}

#downloads::after {
	margin-top: 50px;
	background: url('images/seperator.png') no-repeat;
	padding-top: 46px;
	content: '';
	height: 14px;
	display: block;
}

.preview {
	position: relative;
}
 
.preview img {
	display: block;
	margin: 0 auto;
}

.preview::after {
	content:url('images/download.png');
	position: absolute;
	left: 50%;
	height: 114px;
	width: 114px;
	margin-left: -57px;
	bottom: 0px;
}

#downloads a:nth-child(2), #downloads a:nth-child(3) {
	display: block;
	float: left;
	width: 316px;
	padding: 0 0 0 45px;
	margin-top: 80px;
}

#downloads a:nth-child(3) {
	float: right;
	padding: 0 45px 0 0;
}

#downloads h2 {
	font-weight: 300;
	font-size: 48px;
	color: #A8DC67;
	line-height: 57px;
	text-align: center;
	margin: 20px 0 0px 0;
}

#downloads a {
	text-decoration: none;
}

#downloads img {
	border: none;
}

#footer {
	width: 710px;
	margin: 0 auto;
}

#footer p {
	font-weight: 300;
	font-size: 24px;
	color: #999999;
	line-height: 29px;
	text-align: center;
}

#footer a {
	color: #A8DC67;
	text-decoration:none;
}

#sketch {
	text-align:center;
	margin: 80px 0 0 0;
}

#sketch img {
	display: block;
	margin: 0 auto;
}

#sketch h3 {
	margin: 10px 0 0 0;
}

#sketch h3 a{
	font-family: "Avenir Next", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #F69D52;
	line-height: 30px;
	text-decoration:none;
}

#copyright p {
	font-weight: 300;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 14px;
	margin: 80px 0 20px 0;
}

#copyright a {
	color: #CCCCCC;
}
