html { 
        min-height: 100%;
        margin-bottom: 1px;
}

.body {
	background-image: url(../img/bloemen_doorlopend.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
.Main {
	height: 600px;
	width: 800px;
	border: 1px solid #333;
	background-color: #FFF;
}
.copyright {
	font-size: 9px;
	text-align: center;
}
.inhoud {
	font-size: 12px;
	color: #333;
}
.kopje {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.welkom {
	font-weight: bold;
	color: #115300;
	font-family: Verdana, Geneva, sans-serif;
}
.persoonlijk {
	font-size: 12px;
	font-style: italic;
	color: #000;
}
a {
	color: #B36C2E;
}
