body {
	background-color: #777272;
}

p {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;	
}
H1 {
	font-family: Calibri;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;	
}

/* EEN LAYER IS DE DREAMWEAVER-BENAMING VOOR EEN DIV */

/* HIERIN KOMEN ALLE LAYERS */
div#container {
	width: 750px;
	height: 550px;
	background-image: url(achtergrond.jpg);
	margin: auto;
}

/* HEIRIN STAAT UW HEADER - MENU DUS */
div#header {
	width: 700px;
	height: 108px;

}

/* HIERIN KOMT UW INHOUD TE STAAN */
div#content {
	width: 570px;
	margin: auto;
	margin-top: 20px;
}
 <head> 
 <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25640078-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
