@charset "utf-8";
/* CSS Document */
html, body{
	background:url(../images/bg.jpg) center top;
	background-repeat:no-repeat;
	margin-top:0px;
	background-color:#000;
}
div#container{
	position:relative;
	margin-left:-500px;
	left:50%;
	text-align:left;
	width:1000px;
}
img{
	border:none;
	z-index:1000;
}
div#headerBrasserie{
	background:url(../images/brasserie/header.png) bottom;
	background-repeat:no-repeat;
	height:210px;
	width:1000px;
	text-align:left;
	position:relative;
}
div#headerLifeStyle{
	background:url(../images/lifestyle/header.png) bottom;
	background-repeat:no-repeat;
	height:210px;
	width:1000px;
	text-align:left;
	position:relative;
}
div#headerClub{
	background:url(../images/club/header.png) bottom;
	background-repeat:no-repeat;
	height:210px;
	width:1000px;
	text-align:left;
	position:relative;
}
div#taalbar{
	position:absolute;
	height:20px;
	width:200px;
	right:-35px;
	color:#909090;
	font-size:11px;
	
	top:225px;
}
div#taalbar a{
	color:#909090;
}
	
div#logo{
	position:relative;
	left:340px;
	top:0px;
	z-index:1;
	width:300px;
	height:150px;
	cursor:pointer;
}
div#wittebalk{
	position:relative;
	left:340px;
	width:300px;
	top:-23px;
	height:23px;
	background-color:#FFFFFF;
	z-index:2;
}
div#player{
	position:relative;
	top:160px;
	left:760px;
	width:169px;
	height:14px;
	z-index:0;
}

