/* CSS Document */
body {

	margin:0px;
	text-align:center;
	min-width:813px;

}
#frame{

	position:relative;
	text-align:left;
	margin:auto;
	width:998px;
	height:627px;
	
	background-image:url(../images/achtergrond.gif);
	background-repeat:no-repeat;
	
}
#logo {
	
	position:absolute;
	width:220px;
	height:45px;
	
	bottom:10px;
	right:120px;
	background-image:url(../images/logo.gif);

}
#content{

	position:absolute;
	width:809px;
	height:375px;
	
	top:141px;
	left:116px;
	
}