body {
	background-image:url("achtergrond.png");
	color: #95C11F;
	font-family: "Arial Rounded MT Bold";
}

#logo {
	height: 25%;
}

#contact {
	float:left;
	position: absolute; 
	bottom: 0; 
	left: 0;
	color: #95C124;
	padding-left: 10px;
}

#fun{
	float:right;
	position: absolute; 
	bottom: 0; 
	right: 0;
	padding-right: 10px;
}

#bedrijf {
	color: #95C124;
	text-align: center;
	text-transform: uppercase;
}

a:hover{
	text-decoration: underline;
}

a{
	text-decoration: none;
	color: #95C124;
}
