#logo {
	float:left;
	width:300px;
	height:93px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat; 
}
#image_block {
	float:left;
	width:789px;
	background:#ffffff url('../images/leraren.jpg') no-repeat;
	height: 336px;
}
#content {
	float:left;
	width:760px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	background:url('../images/gradient.gif') repeat-y;
}
