/* @override http://www.p-plus.nl/_css/p-plus.css */

body {
	margin: 0px;
	height: 100%;
}

#rectangle {
	position: relative;
	width: 100%;
	border: 0px solid #000;
}

#rect_bg_1 {
	position: absolute;
	background: url(../_img/tricolore2000px.jpg);
	width: 30px;
	height: 100%;
}

#rect_bg_2 {
	position: absolute;
	background: url(../_img/tricolore2000px.jpg);
	height: 100%;
	width: 30px;
	margin-left: 860px;
}

#main {
	margin-left: 25px;
	text-align: center;
	border: 0px solid #000;	
}

#abonneer {
	width: 760px;
	margin-left: 65px;
	text-align: center;
}

#copyright {
	width: 860px;
	text-align: center;
	border: 0px solid #000;	
}



