#header, #thinmenu, #topBanner,  .tvheader, #breadcrum, .col2, .col3, #footer_grijs {
	display: none;
	}
	
body {
       border:0;			/* This removes the border around the viewport in old versions of IE */
       width:100%;
       background:#fff;
       min-width:600px;    /* Minimum width of layout - remove line if not required  The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		color:black;
		font-family:arial;
		font-size:12px;		
}

