html,body {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	background-color: #e5e5e5;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	color: #040404;
}

DIV {
	margin:0;
	padding: 0;
}

#container {
	position: relative;
	width: 402px;
	height: 167px;
	background-image: url('../img/bg_taalkeuze.gif');
	margin-top: 193px;
}

#nederlands {
	position: absolute;
	width: 95px;
	height: 30px;
	left: 300px;
	top: 66px;
}

#frans {
	position: absolute;
	width: 95px;
	height: 30px;
	left: 300px;
	top: 102px;
}
