html, body{height: 100%;margin: 0px; 	padding:0px;background-color:transparent;text-align: center;}#holder {	margin: 0px;	padding: 0px;	height: 600px;	width: 600px;	position: absolute; 	left: 50%; 	top: 50%; /* De helft van de breedte van jouw site hieronder*/    	margin-left: -300px; /* De helft van de hoogte van jouw site hieronder*/       	margin-top: -300px;		background-image:url(images/back.gif);	border: 1px solid #FF9900;}#head{	width:600px;	height:100px;	background-image:url(images/head.gif);	border-bottom: 1px solid #FF9900;	}#content{	margin:0;	padding: 0 5px 0 5px;	float:left;	width:449px;	height:470px;	background-color:#FFF;	border-right: 1px solid #FF9900;	}#sidebar{	float:left;	width:140px;	height:470px;	background-color:#FFF;	padding-left:0px;		}#photocontent{	padding-top:10px;	width:600px;	height:460px;	background-color:#FFF;		}#photonav{		width:600px;	height:16px;	background-color:#FFF;	border-bottom: 1px solid #FF9900;	position:absolute;	bottom:28px;		}#photonav a{	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:0.8em;	color:#0482ca;	padding-left:0.5em;	padding-right:0.5em;	text-decoration:none;	}#photonav a:hover{	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:0.8em;	color:#065d90;	padding-left:0.5em;	padding-right:0.5em;	text-decoration:none;	}#footer{	clear:both;	width:600px;	height:20px;	border-top: 1px solid #FF9900;	background-color:transparent;	}#holder #content p {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.75em;	text-align:left;	display:block;	width:420px;	padding:  0 5px 0 5px;	margin:0;	color: #41abe8;}#holder #content p a{	color:#0482ca;	text-decoration:none;	}#holder #content p a:hover{	color:#065d90;	text-decoration:none;	}h2{	font-family: Arial, Helvetica, sans-serif;	font-size: 1.75em;	text-align:left;	color: #41abe8;	margin-bottom:0;}/* Navigatie*/#menu dl {	position:relative;	float:right; 	margin: 0; 	padding: 0 ; 	border:1px solid #FFCC33;	}#menu dt {	margin:0; 	width: 120px;	padding: 10px; 	font-size: 1.4em; 	font-weight:bold; 	color: #1eaafb; 	 border-bottom:1px solid #FFCC33;	}#menu dd {	margin:0; 	padding:0; 	width: 140px;	color: #0482ca; 	font-size: 1em; 	border-bottom:1px solid #FFCC33;	}#menu a, #menu a:visited {	color:#0482ca; 	text-decoration:none; 		display:block; 	padding:5px 5px 5px 20px;	}#menu a:hover { 	color:#065d90;	}