/* 
	Frame.css 	Framework van de website
	Auteur: 	Bas Bakker
	Website: 	http://www.interactiveperception.com 
*/ 

.clearfix { clear:both;}

html,body { width:100%; height:100%; background-image:url(../images/bg.jpg); background-position:center}

div#container { display:block; width:100%; height:100%; padding-bottom:50px; }

div#bg {
	display:block;
	position:absolute;
	width:1026px;
	height:100%;
	left: 50%;
    margin-left: -513px;	
	z-index:1;
}


img.schaduw {
	position:absolute;
	top:135px;
	width:964px;	
	left: 50%;
    margin-left: -482px;
	z-index:1;
}

div#header {
	display:block;
	position:absolute;
	right:0px;
	top:15px;
	margin-right:55px;
	width:300px;
}

div#website {
	position:absolute;
	top:150px;
	width:925px;
	background-color:#ffffff;
	left: 50%;
    margin-left: -462px;
	z-index:1;
	padding-bottom:0px;
}


ul#navigation {
	position:absolute;
	right:0;
	margin-right:70px;
}

p#slogan {
	position:absolute;
}

div#main{
	display:block;
	padding:10px;
}

.print_logo, .print_footer { display:none; } 