html, body {
	background: #352c66;
	margin: 0;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	_margin-left: -350px;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;	
}

.logo {
	margin-top: 80px;
	width: 700px;
	height: 250px;
	background: url(../images/logo.gif) no-repeat top center;	
}

.activiteiten {
	font-weight: bold;
	margin-top: 80px;
	font-size: 14px;
}

.tekst {
	margin: 20px 0 25px 0;
}

.tekst A {
	color: #FFFFFF;
}