/* css-style sheet solid creations */

body {
	height:100%; 
	margin:0;
	padding:0;
	font-family:  "Arial", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	background: #fff;
	line-height: 16px;
	/* verflow-x:auto;
	overflow-y:scroll; */
	
	}

#header {
	padding: 1em 0 0 0;
	background-image: url("../images/backy.gif");
	width:100%; /* gedefinieerd in de container = 900 px) */
   	height: 900px;
	font-size: 9px;
	
    }

