html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* ---------------------------------------------------------- */

.QOverlay {
	background-color: #003264;
	z-index: 9999;
}

.QLoader {
	background-color: #77d7ff;
	height: 10px;
}

/* ---------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	background-color: #3D7991;
	font-family: Verdana, sans-serif;
	font-size: small;
	line-height: normal;
}

#container {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: fixed;
	width: 100%;
	background: url(../img/index.png) center 0 no-repeat;
	z-index: 2;
}

#container #links {
	width: 850px;
	height: auto;
	position: relative;
	margin: 230px auto;
}

#container #links a {
	height: 60px;
	position: relative;
	display: block;
	text-indent: -9999px;
}

#container #links a:focus {
	outline: none;
}

#container #links a.link-keijmel {
	width: 448px;
	margin-left: 254px;
}

#container #links a.link-webned {
	width: 720px;
	margin-top: 103px;
	margin-left: 35px;
}

#wrapper {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	width: 100%;
	z-index: 1;
}

.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#OuterBox {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	width: 100%;
	z-index: 1;

}

#Parallax {
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	
}

#Parallax img {
	position: absolute;
	top: 0;
	left: 0;
}
