
body {
	padding: 0;
	margin: 0;

	font-family: sans-serif;

		background: url("../images/we-are-live.png")  no-repeat center center fixed;

  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

body, html {
  height: 100%;
  width: 100%;
}

section.navigation {
	position: fixed;
	bottom: 0;
	left: 0;


	background-color:rgba(55,55,55,0.8);

	width: 100%;
	height: 50px;

	z-index: 100;
}

.header {
	position: absolute;
	height: 160px;
	width: 100%;

	background-color: #d7f4d3;
}

h1 {
	font-size: 60px;
	font-weight: normal;
	padding-left: 230px;
}

.logo {
	width: 184px;
	height: 113px;

	position: absolute;
	top: 20px;
	left: 20px;

	background: url("../images/logo.png") no-repeat;
}

.inner {
	margin: 0 auto;
	padding-top: 400px;
	width: 241px;
	height: 341px;
}

.lekkerpuh {
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
	font-size: 12px;
}