html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;	
	height:100%;
	width: 100%;
	font-family: Arial;
	font-size: 0.8em;
	color: #fff;
	overflow: hidden;
}

#canvas {
	position: absolute;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	height:441px;
	top:50%;
	margin-top: -220px;
	background-color: #fff;
	border: 1px solid gray;		
}

#left {
	position: relative;
	float:left;	
	top: 0;
	left: 0;
	width:400px;
	height: 100%;
	background-image: url('img/bg-landscape-left.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#center {
	position: relative;
	float: left;	
	left:0;
	top: 0;
	width: 600px;
	height: 100%;
	max-height: 100%;
	
	background-color: #000;
/*
	background-image: url('img/bg-content.jpg');
*/
	background-repeat: no-repeat;
	background-position: bottom;
}

#banner {
	position: relative;
	width: 100%;
	height: 401px;
}

#right {
	position: relative;
	float: left;
	top: 0;
	left:0;
	width:400px;
	height: 100%;
	background-image: url('img/bg-landscape-right.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.flashIntro {
	margin: 0;
	padding: 0;
	border: 0;
	height: 402px;
	width: 600px;
}

* .flashIntro {
	margin-bottom: -3px;
}

#menu {
	position:relative;
    margin: 0;
    padding: 0;
    font-size: 1pt;
    width: 600px;
} 

#menu li {
	float: left;
    list-style-type: none;
} 

#menu li a {
	display: block;
	text-decoration: none;
	background: url("img/menu_home.png") 0 0 no-repeat;
	width: 150px;
	height: 40px;
} 

#menu li a span {
	display: none;
} 


#menu li.groep a {
	background-position: 0 0;
} 

#menu li.agenda a {
	background-position: -150px 0;
} 

#menu li.beeld a {
	background-position: -300px 0;
} 

#menu li.contact a {
	background-position: -450px 0;
} 

#menu li.groep a:hover {
    background-position: 0 -40px;
} 

#menu li.agenda a:hover {
	background-position: -150px -40px;
} 

#menu li.beeld a:hover {
	background-position: -300px -40px;
} 

#menu li.contact a:hover {
	background-position: -450px -40px;
} 




