<?php header("Content-type: text/css"); ?>
@charset "UTF-8";
/* CSS Document */

/* body images */
#achtergrond_L {
  position:absolute;
	margin-left: -50%;
	top:0px;
	width:100%;
	height:227px;
	background:url(../images/achtergrond_bovenkant.jpg);
	z-index:2;
}
#achtergrond_R {
	position:absolute;
	margin-right: -50%;
	top:0px;
	width:100%;
	height:227px;
	background:url(../images/achtergrond_bovenkant.jpg);
	z-index:2;
}