body,html { height:100%}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #c00000;
	text-decoration:none;
}
a:active {
	color: #333333;
	text-decoration:none;
}
a:link {
	color: #333333;
	text-decoration:none;
}

.wrapper{	
	position: relative;
	height:100%;
	width:100%;
}

#container {
	width:100%;
	background-image:url(images/home-bg.gif);
}

.kreeftLnk1:link, .kreeftLnk1:visited, .kreeftLnk1:active, .kreeftLnk1:hover {
	display:block;
	background-color:#ae070c;
	padding:2px 4px 2px 4px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:40px;
	margin-right:2px;
	float:left;
}

.kreeftLnk2:link, .kreeftLnk2:visited, .kreeftLnk2:active, .kreeftLnk2:hover {
	display:block;
	background-color:#ae070c;
	padding:2px 4px 2px 4px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:2px;
	margin-right:2px;
	float:left;
}

