html {
     margin: 0; 
     height: 100%; 
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-color:#ffffff;
}

div#container {
	background-color:#ffffff;
	width:100%;
	background-image:url(layout/stretch.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

div#subcontainer {
	position:relative;
	width:668px;
	height:608px;
}

DIV#top {
	position:absolute;
	left:0px;
	top:0px;
	width:668px;
	height:115px;
}

DIV#button {
	position:absolute;
	left:589px;
	top:34px;
	width:87px;
	height:83px;
}

DIV#middle {
	position:absolute;
	left:0px;
	top:115px;
	width:668px;
	height:423px;
}

DIV#footer {
	position:absolute;
	bottom:0px;
	width:668px;
	left:0px;
	height:70px;
}

#menu1 {
	width: 209px;
	height: 423px;
	left:0px; 
	top:0px;
	position:absolute; 
	display: block;
	background: url('layout/werknemers.jpg') no-repeat;
}
#menu1 a { 
	width: 209px;
	height: 423px;
	display: block;
	text-decoration:none;
}

#menu2 {
	width: 209px;
	height: 423px;
	left:231px; 
	top:0px;
	position:absolute; 
	display: block;
	background: url('layout/over-paycompany.jpg') no-repeat;
}
#menu2 a { 
	width: 209px;
	height: 423px;
	display: block;
	text-decoration:none;
}

#menu3 {
	width: 209px;
	height: 423px;
	left:459px; 
	top:0px;
	display: block;
	position:absolute; 
	background: url('layout/klant-van-paycompany_shaded.jpg') no-repeat;
}
#menu3 a { 
	width: 209px;
	height: 423px;
	display: block;
	text-decoration:none;
}

#content {
	width: 180px;
	height: 126px;
	left:15px;
	top:254px;
	position:absolute;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	overflow:hidden;
}

#content a {
	color:#666666;
}

#content a#inhoud {
	width: 180px;
}

#content_footer {
	width: 180px;
	height: 18px;
	left:15px;
	top:390px;
	position:absolute;
	color:#cb0c1a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	overflow:hidden;
}

#content_footer a {
	color:#cb0c1a;
}