* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: #48BED3;
}

#header {
	height: 183px;
	background: url(../images/logo.png) 20px center no-repeat;
}

#lan {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	color: white;
}

#lan a {
	color: white;
	text-decoration: none;
}

h1 {
	color: white;
	background-color: #229CB2;
	text-align: center;
	text-transform: uppercase;
	font-size: 42px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.white {
	background-color: white;
}

.text {
	max-width: 660px;
	margin: auto;
	padding-top: 40px;
	font-weight: 300;
	font-size: 19px;
	padding-bottom: 19px;
	padding-left: 15px;
	padding-right: 15px;
}

.text p {
	padding-bottom: 21px;
}

h2 {
	color: white;
	background-color: #229CB2;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
}

.link {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 660px;
	margin: 40px auto auto;
	padding-bottom: 80px;
}

.link a {
	display: block;
	color: #48BED3;
	background-color: white;
	text-decoration: none;
	text-align: center;
	font-size: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.link a span {
	background-image: url(../images/hand.png);
	width: 101px;
	height: 76px;
	position: absolute;
	display: block;
	bottom: -50px;
	right: 10px;
}

.link a:hover span {
	display: none;
}

.nl {
	display: none;
}