@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#9CB3D3;
	height:100%;
}
div#container{
	position:relative;
	margin-left:-500px;
	left:50%;
	text-align:left;
	width:1000px;
}
div#headerBrasserie{
	background-image:url(../images/brasserie/header.png);
	background-repeat:no-repeat;
	height:172px;
	width:1000px;
	text-align:left;
}
div#headerLifeStyle{
	background-image:url(../images/lifestyle/header.png);
	background-repeat:no-repeat;
	height:172px;
	width:1000px;
	text-align:left;
}
div#headerClub{
	background-image:url(../images/club/header.png);
	background-repeat:no-repeat;
	height:172px;
	width:1000px;
	text-align:left;
}
div#logo{
	position:relative;
	left:340px;
	top:0px;
	z-index:1;
	width:300px;
	height:150px;
}
div#wittebalk{
	position:relative;
	left:340px;
	width:300px;
	top:-23px;
	height:23px;
	background-color:#FFFFFF;
	z-index:2;
}
div#player{
	position:relative;
	top:110px;
	left:760px;
	width:169px;
	height:14px;
	z-index:1;
}
