/* CSS Document */

 body {
	
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: absolute;
	width: 955px;
	height: 550px;
	background: no-repeat;
	left: 50%;
	margin-left:-476px;
	top:50%;
	margin-top:-275px;
	
	}
#logo {
	position: absolute;
	width: 955px;
	height: 90px;
	background:/images/logo.jpg;
	background: url(../images/logo.jpg) no-repeat;
	} 
#navigatie {
	position: absolute;
	width:200px;
	height:460px;
	top:90px;
	
		}
#main {
	position:absolute;
	background-color:#990000;
	height: 440px;
	width:555px;
	top:90px;
	left:200px;
	padding-top: 10px;
	padding-bottom: 10px;	
				}


#right {
	position: absolute;
	height: 460px;
	width: 200px;
	top: 90px;
	right: 0px;
	background: #990000;
		}
	
		

