body {
	font-family:"Trebuchet MS", Verdana;
	font-size: 12px;
	text-align:center;
	background-color: #5A471A;
}
#container{
	margin: 0px auto;
	width: 836px;	
	height: 597px;
	background:url("../images/landingspagina.jpg") 0 0 no-repeat;
	text-align:center;
}
#container-voorlopig{
	margin: 0px auto;
	width: 836px;	
	height: 597px;
	background:url("../images/voorlopig-landingspagina.jpg") 0 0 no-repeat;
	text-align:center;
}
#buttons{
	padding: 300px 0px 0px 184px;
	text-align: left;
}
a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.nederlands {
display: block;
width: 502px;
height: 35px;
background: url("../images/buttons/taal_landing_01.jpg");
}
a:hover.nederlands {
background-position: -502px 0;
}
a.english {
display: block;
width: 502px;
height: 35px;
background: url("../images/buttons/taal_landing_02.jpg");
}
a:hover.english {
background-position: -502px 0;
}
a.francais {
display: block;
width: 502px;
height: 35px;
background: url("../images/buttons/taal_landing_03.jpg");
}
a:hover.francais {
background-position: -502px 0;
}
a.catch{
	font-size:12px;
	color: #FFFFFF;
}
