@charset "UTF-8";
/* CSS Document */

	body {
	color: #cecece;
	font-size: medium;
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
	p { color: #b3b2b2; font-weight: 300; line-height: 150%; margin: 0 0 1.2em; padding: 0; }
	a { color: #dedede; text-decoration: none; }
	
	a:link { text-decoration: none; }
	a:visited {  }
	a:hover { color: #fbfdee; }
	a:active { color: #9cb226; }
	
.main {
	width: 50%;
	left: 25%;
	position:relative;
	text-align:center;
	
}
.image-1 {
	z-index: 1;
	left: 20%;
	top: 180px;
	position: absolute;
	height: 353px;
}
.image-2 {
	z-index: 2;
	left: 30%;
	top: 220px;
	position: absolute;
	height: 353px;
}
.image-3 {
	z-index: 3;
	left: 40%;
	top: 260px;
	position: absolute;
	height: 353px;
}
.image-4 {
	z-index: 4;
	left: 50%;
	top: 300px;
	position: absolute;
	height: 353px;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #D1F3FF;
	text-align: center;
}
.blurb {
	position: absolute;
	font-size: medium;
	color: #FFCC00;
	text-align: center;
	bottom: 20px;
	height: 100px;
	float: left;
	width: 40%;
	left: 30%;
	z-index: 5;
}
	
.onopvallend {
	color: #999999;
}
