﻿/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
    overflow: hidden;
}

/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #8D8785;
	font: 76% Arial, sans-serif;
}
div.container {
	position: relative;
	height: 100%;            
  	width: 100%;
}
#content {
	height:100%;
}
#construction {
	background:url(werkuitvoering.jpg);
	background-repeat:no-repeat;
	width:100%;
	background-color:#9E9EA2;
	height:86px;
}

