html,body{
	height:100%;
	margin:0;
	padding:0;
}

body {
	background: #cccccc url(background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000066;
	letter-spacing: 4px;

    text-align:center;
    min-width:900px;
    min-height:400px;
}


h5 {color: rgb(200,30,30);}

img, div { 
	behavior: url(iepngfix.htc)
	border: 0;
}

#vertical{
    margin-top:-198px;/* half main elements height*/
    width:100%;
    float:left;
    height:50%;
}

a {
	border:0;
}
	
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000066;
} 
a:hover {
	text-decoration: underline;
}

.wrapper {
	margin: 0 auto;
	width: 900px;

	text-align: center;
    overflow:auto;/* allow content to scroll inside element */
	clear:both;
	height:394px;
}

.home {
	background: url(kaartje.png) no-repeat;
}
.links {
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 180px;
	width: 200px;
}

.links a {
	display: block;
	margin-bottom: 1px;
}
