html {
	margin: 0px;
	padding: 0px;
	background: url(img/bg-vilnius.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	margin: 0px;
	padding: 0px;
}
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: #0065A2;
	border-bottom: 1px solid #ffffff;
	opacity: 0.8;
}
#logo {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #ffffff;
	transform: translate(-50%, -50%);
	padding: 15px 15px 13px 15px;
	border-radius: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
img.logo {
	max-width: 250px;
	border-radius: 8px;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 15px 0px;
	margin: 0px;
	background: #0065A2;
	border-top: 1px solid #ffffff;
	opacity: 0.8;
}
#footer p {
	color: #ffffff;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}