* {
	margin:0;
	padding:0;
}

body {
	background-image:url("../images/bg.gif");
	background-repeat:no-repeat;
	background-position:center 0;
	background-color:#fff;
	text-align:center;
	cursor:default;
}	

	a,a:hover {
		cursor:pointer;
	}

	div#container {
		text-align:center;
		margin:0 auto;
		width:850px;
		
	}
	
	div#beveiligingstechniek {
		padding:0;
		text-align:center;
		color:#b5121b;
		float:left;
		width:233px;
		font-family:Lucida Sans Unicode,Lucida Grande,sans-serif,Arial,Helvetica;
		font-size:10px;
		line-height:20px;
		margin:150px 145px 0 120px;
	}
	
	div#filtertechniek {
		padding:0;
		text-align:center;
		color:#10155e;
		float:left;
		width:233px;
		font-family:Lucida Sans Unicode,Lucida Grande,sans-serif,Arial,Helvetica;
		font-size:10px;
		line-height:20px;
		margin:150px 0 0 0;
	}
	
	div#beveiligingstechniek p,
	div#filtertechniek p {
		margin:20px 0;
	}
	
	
	
	
