/* CSS Document */

body{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#dadada;
	text-align:center;
	}
	
a{
	text-decoration:none;
	color:#000000;
	border:0;
	}
	
#container{
	width:100%;
	}
	
#header{
	height:85px;
	width:750px;
	}
		
#content{
	width:100%;
	text-align:center;
	}
	
	#content .top{
		background-image:url(top.jpg);
		height:30px;
		width:696px;
		margin: 0px auto;
		margin-bottom:-5px;
		}
		
	#content .tekst{
		background:url(lijn.jpg);
		width:670px;
		margin: 0px auto;
		padding-left:30px;
		text-align:left;
		}
	#content .bottom{
		background:url(bottom.jpg);
		margin: 0px auto;
		width:700px;
		height:20px;
		margin-left:-30px;
		}
		
	#content .advertentie{
		padding-top:20px;
		}
		
p{
	margin:0;
	padding0;
	}