* { margin:0; padding:0; }

html {
	height:100%;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	height:100%;
	text-align: center;
}

p { margin-top: 10px; line-height: 1.4em; }
img { border: none; }
a, a:hover, a:visited { color: #fff;}
a:hover { text-decoration: none; }
.clear { clear: both; }

#container {
	width: 98%;
	margin: 15px auto;
}

#header {
	margin-bottom: 5px;
	background-color: #980F09;
	border: 1px solid #000;
}

#header h1 {
	text-indent: -5000px;
	background-image: url(images/logowelkom.jpg);
}

#header h1 a {
	display: block;
	width: 700px;
	height: 150px;
}

#content {
	padding: 10px 0 0 0;
	background-color: #000;
	border: 1px solid #000;
	margin-bottom: 5px;
}

#content h2 {
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#content h2#entree {
	text-indent: -5000px;
	background-image: url(images/entreebutton.jpg);
	width: 200px;
	padding:0 0 5px 0;
	margin:0 auto;
}

#content h2#entree a {
	display: block;
	width: 200px;
	height: 50px;
}

#content ul {
	float: left;
	text-align: left;
	margin: 10px 0 15px 0;
}
#content ul.first {
	margin-left: 120px;
}

#content ul.second {
	margin-left: 100px;
}

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	background-color: #980F09;
	border: 1px solid #000;
}

#header h1, #content div, #footer p { width: 700px; margin:0 auto; }
