html, body {
	margin: 0px;
	background: #000000;
	font-family: verdana;
	font-size: 90%;
	
}
#taal {
	width: 590px;
	margin-left: auto;
  	margin-right: auto;
}
a.nederlands {
	width: 227px;
	height: 67px;
	display:block;
	float: left;
}
a.nederlands:hover {
	background-image: url('nederlands.jpg');
	background-repeat: no-repeat;
}
a.frans {
	width: 166px;
	height: 67px;
	display:block;
	float:right;
	margin-right: 12px;
	_margin-right: 6px;
}
a.frans:hover {
	background-image: url('frans.jpg');
	background-repeat: no-repeat;
}
