body{
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;	
}

div.landing-container{
	width:910px;
	height:380px;
	position:absolute;
	left:50%; top:50%;
	margin-top:-190px;
	margin-left:-455px;
	white-space: no-wrap;
}

h1{
	margin:0 0 0 406px;; padding:0; 
	width:100px;
	height:146px;
}

ul{
	margin:73px 0 0 226px; padding:0;
	width:760px;
	white-space:no-wrap;
}

ul li{
	margin:0 71px 0 0; padding:0;
	display:inline;
	float:left;
	height:100px;	
}

ul li.button-nl a,
ul li.button-be a,
ul li.button-de a,
ul li.button-fr a{
	height:100px;
}

ul li.button-nl a img,
ul li.button-be a img,
ul li.button-de a img,
ul li.button-fr a img{
	height:100px;
	background-repeat:no-repeat;
	background-position:0 -100px;
}

ul li.button-nl a:hover img,
ul li.button-be a:hover img,
ul li.button-de a:hover img,
ul li.button-fr a:hover img{
	height:100px;
	background-repeat:no-repeat;
	background-position:0 0px;
}

ul li.button-nl a img{
	width:62px;
	background-image:url(img/btn_nl.gif);
}
ul li.button-be a img{
	width:62px;
	background-image:url(img/btn_be.gif);	
}
ul li.button-de a img{
	width:62px;
	background-image:url(img/btn_de.gif);	
}
ul li.button-fr a img{
	width:287px;
	background-image:url(img/btn_fr.gif);	
}
