body {
	background-image: url('../img/achtergrond.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
 	background-position:50% 0px; 
}
a, a:link {
    font-family: Tahoma;
    color: #000;
    text-decoration: none;
}
a:hover {
	font-family: Tahoma;
    color: #000;
	text-decoration: underline;
}

a:visited {
	font-family: Tahoma;
    color: #000;
    text-decoration:underline;
}
#border-1 tr:first-child td{
	width:378px; 
	position:absolute;
    background:#666666;
	color:white;
	padding:10px;
	font-family: Tahoma;
	font-size: 16px;
	top: 80px;
 	left: 0;
}
#border-1 td{
	width:378px; 
	padding:10px;
	background:#FFF;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	font-family: Tahoma;
	font-size: 12px;
	position:absolute;
	top: 120px;
 	left:0px;
}

#container {
 	position: relative;
	font-family: Tahoma;
    width: 799px;
    margin: 0 auto;

}

#left, #right, #mid, #midleft, #midright{
	position: absolute;
}

#left {
	left: 0;
}
#right {
 	right: 0; 
}

#mid {
 	margin-left: 281px;
	}
#midleft {
 	margin-left: 213.33333333333333333333333333333333333333333333333333333333333333333333333333333333333px;
	}
#midright {
 	margin-left: 426.66666666666666666666666666666666666666666666666666666666666666666666666666666666667px;
	}
	
#spacing {
	height: 180px;
	width: 799px;
    margin: 0 auto;
}

