body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif, Arial, Helvetica;
	font-size: 17px;
}
.warpper {
	width: 100%;
}
section {
	width: 100%:
}
div.link {
	width: 100%;
	height: 100%;
}

/* HEADER */

section#header {
	background: #d23e3e center center;
	height: 800px;
}
section#header .content {
	width: 660px;
	margin: 0 auto;
	padding-top: 150px;
}
section#header .content #left {
	background: url(img/head-img-2.png) no-repeat center center;
	width: 292px;
	height: 510px;
	float: left;
}
section#header .content #right {
	width: 350px;
	float: left;
	margin-left: 10px;
	padding-top: 140px;
}
section#header .content #right #titel {
	background: url(img/head-text-1.png) no-repeat center center;
	width: 342px;
	height: 72px;
	font-size: 0px;
}
section#header .content #right #download {
	background: url(img/head-button-1.png) no-repeat center center;
	width: 156px;
	height: 57px;
	margin-top: 10px;
}
section#header .content #right #download:hover {
	opacity: 0.9;
}
section#header .content #right #video {
	background: url(img/head-button-2.png) no-repeat center center;
	width: 212px;
	height: 113px;
	margin-top: 10px;
}

/* FIRST */

section#first {
	background-color: #fff;
	height: 800px;
}
section#first .content {
	width: 100%;
	padding-top: 50px;
}
section#first .content #text {
	background: url(img/first-text.png) no-repeat center center;
	width: 899px;
	height: 187px;
	padding-top: 50px;
	margin: 0 auto;
	background-size: 90%;
}
section#first .content #img {
	background: url(img/first-img.png) no-repeat center center;
	width: 100%;
	height: 400px;
	padding-top: 50px;
}
/* VIDEO */

section#video {
	background-color: #393939;
	height: 600px;
}
section#video .content {
	width: 853px;
	margin: 0 auto;
	padding-top: 50px;
}
/* CONTEST */

section#contest {
	background-color: #1c1b20;
	height: 720px;
}
section#contest .contest {
	width: 100%;
}
section#contest .content #info {
	width: 900px;
	margin: 0 auto;
	background: url(img/contest-img.jpg) no-repeat center bottom;
	background-size: 100%;
}

/* SECOND */

section#second {
	background-color: #fff;
}
section#second .contest {
	width: 1000px;
}
section#second .content #top {
	background: url(img/second-text-1.png) no-repeat center center;
	width: 1000px;
	height: 320px;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
section#second .content #text {
	background: url(img/second-text-2.png) no-repeat center center;
	width: 1000px;
	height: 200px;
	background-size: 80%;
	margin: 0 auto;
}
section#second .content #img {
	background: url(img/second-text-3.jpg) no-repeat center bottom;
	width: 1000px;
	height: 500px;
	background-size: 80%;
	margin: 0 auto;
}

/* THIRD */

section#third {
	background-color: #141316;
	height: 1320px;
	margin-top: -20px;
}
section#third .contest {
	width: 1000px;
}
section#third .content #top {
	background: url(img/third-text-1.png) no-repeat center center;
	width: 1000px;
	height: 320px;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
section#third .content #text {
	background: url(img/third-text-2.png) no-repeat center center;
	width: 900px;
	height: 150px;
	background-size: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
section#third .content #img {
	background: url(img/third-img-1.png) no-repeat center center;
	width: 1000px;
	height: 700px;
	background-size: 80%;
	margin: 0 auto;
}
.button-a {
	width: 405px;
	margin: 40 auto;
}
.button-a a {
	background-color: #fff;
	padding: 20px 40px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	text-decoration: none;
	color: #252525;
	font-weight: 500;
	font-size: 25px;
}