html { 
	background: url("/i/Rijsterborgherpark-Deventer-Eddy-Dibbink.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
body {
	height: 100%;
}
div#container {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
div#welkomtekst {
	display: block;
	background-color: rgba(38, 38, 38, 0.8);
	border: 1px solid #262626;
	color: white;
	font-family: arial, calibri, sans-serif;
	font-size: 1.2em;
	padding: 0 7px;
	width: 700px;
}
div#logo {
	background-image: url("/i/logo_zwart.png");
	background-size: contain;
	width: 259px;
	height: 67px;
	top: -69px;
	left: 1px;
	z-index: 99;
	position: absolute;
}
div#avatar {
	background-image: url("/i/avatar.png");
	background-size: contain;
	width: 150px;
	height: 150px;
	top: -92px;
	left: 594px;
	z-index: 99;
	position: absolute;
}
div#blok1, div#blok2, div#blok3 {
	background-size: contain;
	float: left;
	border: 1px solid #262626;
	color: white;
	font-family: arial, calibri, sans-serif;
	font-size: 3.2em;
	text-shadow: 1px 1px black;
	text-align: center;
	line-height: 154px;
	width: 230px;
	height: 154px;
	margin: 10px 0 0 0;
	cursor: pointer;
}
div#blok2 {
	margin: 10px 10px 0 10px;
}
div#footer {
	display: block;
	position: fixed;
	bottom: 0;
	font-size: 0.7em;
	text-align: center;
	width: 100%;
	border-top: 1px solid #A3A3A3;
	background-color: #c1c1c1;
	padding: 2px;
	z-index: 2;
	line-height: 1.5em;
	height: 36px;
}
div#centerfooter {
	position: relative;
	bottom: 0;
	margin: 0 auto;
	width: 973px;
}
#copyright {
	width: 95%;
	font-size: 0.9em;
	color: #646464;
	line-height: 1.2em;
	margin: 0 auto;
}
#copyright a {
	color: #64648F;
}
@media only screen and (min-width: 1025px) { 
}
@media only screen and (min-width: 981px) and (max-width: 1024px) { 
}
@media only screen and (min-width: 768px) and (max-width: 980px) { 
	div#welkomtekst { width: 598px; }
	div#blok1, div#blok2, div#blok3 { width: 196px; height: 130px; line-height: 130px; font-size: 3.0em; }
	div#avatar { width: 125px; height: 125px; top: -79px; left: 520px; }
	div#centerfooter {
		width: 750px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	div#welkomtekst { width: 400px; }
	div#blok1, div#blok2, div#blok3 { width: 130px; height: 86px; line-height: 86px; font-size: 2.2em; }
	div#avatar { width: 100px; height: 100px; top: -57px; left: 344px; }
	div#footer {
		height: 61px;
	}
	div#centerfooter {
		width: 450px;
	}
}
@media only screen and (max-width: 479px) {
	div#welkomtekst { width: 319px; }
	div#blok1, div#blok2, div#blok3 { width: 103px; height: 68px; line-height: 66px; font-size: 1.8em; }
	div#avatar { width: 75px; height: 75px; top: -32px; left: 282px; }
	#footer, div#centerfooter {
		width: 360px;
	}
	div#footer {
		height: 61px;
	}
}
