HTML {
	height: 100%;
}
BODY {
	font-family: Verdana, sans-serif;
	margin: 0px;
	padding:0px;
	height: 100%;
	background: #012e48;
}
P{
	font-size: 12px;
	color: #fff;
}
A{
	color: #007cc2;
	text-decoration:none;
}
A:Visited{
	color: #007cc2;
	text-decoration:none;
}
A:Active{
	color: #007cc2;
	text-decoration:none;
}
A:Hover{
	color: #007cc2;
	text-decoration:none;
}

#container {
	width:100%;
	margin:0 auto 0;
	min-height:100%;
}
#opener{
	width:100%;
	height:15px;
	margin:0;
	padding:0;
	background:#007cc2;
}
#closer{
	width:100%;
	height:15px;
	margin:-15px 0 0 0;
	padding:0;
	background:#007cc2;
}
#logo{
	width:1000px;
	height:120px;
	margin:10px auto;
	padding:0;
	background:url(../images/brussels-gaming-logo.png) center no-repeat;
}
#main{
	width:1000px;
	height:480x;
	margin:20px auto;
	padding:0px;
}
#footer{
	width:1000px;
	height:80px;
	margin:0px auto;
	padding:0px;
	background:url(../images/brussels-gaming-footer-bg.png) left top no-repeat;
}
.cadre{
	float:left;
	width:305px;
	margin:9px 9px;
	padding:5px;
}
.cadre p{
	font-size:9px;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:20px;
}


#lightbox{
	background-color:#ffffff;
	padding: 5px;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{
	display:none;
}
#keyboardMsg{
	display:none;
}
#closeButton{
	top:5px;
	right:5px;
}
#lightbox img{
	border:none;
	clear:both;
} 
#overlay img{
	border:none;
}
#overlay{
	background-image:url(../images/lightbox/overlay.png);
}
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/_blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale");
}
