@charset "UTF-8";
body {
	background-color: #CCC;
}
/* CSS Document */

#container {
	background-color: #CCCCCC;
	height: 631px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#container #afbeelding {
	height: 500px;
	width: 700px;
	-moz-border-radius-bottomright: 50px;
border-bottom-right-radius: 50px;

}
#container #links {
	float: right;
	height: 500px;
	width: 250px;
}


