html {
	background: none;
}

body {
	font-family: 'Arimo', sans-serif;
}

#wrapper {
	position: absolute;
	width: 540px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin: -245px auto auto -270px;
	background: transparent;
	text-align: center;
}

#wrapper_kontakt {
	background: #fff;
	margin: 37px 0 0 0;
	width: 540px;
	height: auto;
	padding: 1px 0 0 0;
}

.kontakt {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #006461;
	width: 455px;
	text-align: justify;
	margin: 17px;
	padding: 0 17px 0 0;
}

.kontakt a {
	color: #519a97;
	text-decoration: none;
}

.facebook_btn {
	border-left: 1px solid #42716d;
	padding: 3px 15px 0 16px;
	position: absolute;
	margin: 20px 0 0 486px;
}

img a {
	outline: none;
}






