body {
	background: #000000;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
div.siteContainer {
	position: absolute;
	top: 0.2vh;
	bottom: 0.2vh;
	left: 0.2vh;
	right: 0.2vh;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#444444), to(#2b2c28)) fixed;
	background-image: url("./bg1.jpg");
	/*background-image: url("./bg.jpg");*/
	background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
}

/* HEADER */
div.siteHeader {
	position: absolute;
	top: 2vh;
	left: 0vh;
	right: 0vh;
	height: 7vh;
	overflow: hidden;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	cursor:pointer;
}
div.siteTitle {
	margin: 0vh;
	text-align: center;
	font-size: 3.6vh;
	font-size: min(3.6vh,6vw);
	font-family: "Verdana";
	color: #fbfcf8;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
div.siteSubTitle {
	margin: 0vh;
	text-align: center;
	font-size: 1.5vh;
	font-size: min(1.5vh,2.5vw);
	font-family: "Verdana";
	color: #fbfcf8;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

/* MAIN */
div.siteMain {
	position: absolute;
	top: 8.5vh;
	bottom: 5.5vh;
	left: 0vh;
	right: 0vh;
	margin: auto;
	overflow: hidden;
}
p.hoorcollege {
	position: relative;
	padding: 1vh 3vh 0vh 3vh;
	margin: 0vh;
	text-align: justify;
	font-size: 3vh;
	font-size: min(3vh,5vw);
	line-height: 3vh;
	line-height: min(3vh,5vw);
	font-family: "Helvetica";
	color: #f0f8ff;
}
a.download {
	text-decoration: underline;
	color: #0080ff;
}

/* FOOTER */
div.siteFooter {
	position: absolute;
	bottom: 0vh;
	left: 0vh;
	right: 0vh;
	height: 4vh;
	overflow: hidden;
}
div.siteDisclaimer {
	position: absolute;
	bottom: 0.3vh;
	right: 2vh;
	text-align: right;
	font-family: "Verdana";
	font-size: 1vh;
	font-size: min(1vh,2vw);
	line-height: 1.2vh;
	line-height: min(1.2vh,2.4vw);
	color: #ebece8aa;
}
