/*                                                                                        K L A V E R     C S S                      
====================================================================================                 MAIN STYLE*/

body {
	margin-left:auto;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 0px;
	background-image:url(../images/bg.png);
}

/*====================================================================================                layout*/
	
	.container{
width:960px;
height:640px;
position:absolute;
left:50%;
margin-left:-480px;
}

/*====================================================================================                plaatjes*/
	#header{
	position:relative;
	width:250px;
	height:100px;
	top:auto;
	left:auto;
	}
