/*
******************************************************************
	www:				 http://www.businessbrains.nl
	design: 		 BusinessBrains
	@:					 marcel.jansens@businessbrains.nl
******************************************************************
*/

body {
 	background-image: url(../images/bck.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-color:#df376f; 
  font-family: tahoma;
	font-size: 11px;
	color: #000000;
	margin:0px auto;
	padding: 0px auto;
	width: 100%;
}
.container {
	position:absolute;
	width:100%;
	margin:0px auto;
	padding: 0px auto;
	text-align:center;
}
#vol {
	position: relative;
	top: 200px;
	left: -100px;
	width:341px;
	height:65px;
	display:block;
	background-image:url(../images/vol.gif);
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: .80; 
}
#leeg {
	position: relative;
	top: 20px;
	left: 100px;
	width:341px;
	height:65px;
	display:block;
	background-image:url(../images/leeg.gif);
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: .80; 
}

#bb a{
	position: relative;
	top: 200px;
	left: 10px;
	width:341px;
	height:95px;
	display:block;
	background-image:url(../images/bb.gif);
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: .80; 
}
#bb a:hover{
	position: relative;
	top: 200px;
	left: 10px;
	width:341px;
	height:95px;
	display:block;
	background-image:url(../images/bb_back.gif);
	filter: alpha(opacity=80);
	-moz-opacity: .80; 
	opacity: .80; 
}
