@charset "utf-8";
body {
    background: url(web_images/achtergrond.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

html {
    height: 100%;
    overflow: hidden;  
}

#welkom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #630;
	text-align: center;
	position: relative;
}
#link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #630;
	text-align: center;
	position: relative;
}
