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

#container {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#header {
	float: left;
	height: 100px;
	width: 900px;
	background-color: #000000;
}
#main {
	float: left;
	height: 507px;
	width: 900px;
	background-color: #000000;
	background-image: url(../images/velkomst.jpg);
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	height: 100px;
	width: 900px;
	background-color: #000000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#nav {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 10px;
	text-align: center;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
}
#nav a:hover {
	color: #CCC;
	font-size: 70%;
	text-decoration: none;
}
#nav a {
	font-size: 70%;
	color: #666;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#container #main p {
	font-size: 50px;
	color: #333;
	text-align: center;
	margin-top: 225px;
}
