html,body{
	height:100%;
}
body {
	margin:0;padding:0;
	font:normal 62.5% Verdana,Arial,sans-serif;
	background:#fff;
	display:table;
	height:100%;
	width:100%;
}
#wrapper {
	width:100%;
	display:table-cell;
	vertical-align:middle;
}

#container{
	width:100%;
	height:276px;
	background:url(../_img/side.gif) repeat-x;
}

.content {
	height:238px;
	background:url(../_img/ImgBackground.jpg) no-repeat 0; 
	margin:0 auto;
	width:1042px;
}

.contentlogo {
	display:block;
	margin:0 0 0 775px;
}
#container a {
	text-align:center;
	line-height:33px;
}
a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.btn {
	display:block;
	width:112px;
	height:33px;
	margin:0 0 0 0;
}
.btn_fr {
	background:url(../_img/btn_fr.gif); 
}
.btn_nl {
	margin-top:7px;
	background:url(../_img/btn_nl.gif); 
}


