﻿#startcontainer {
	background-image: url(web/userfiles/image/frame/achtergrondrand.jpg);
	background-repeat: no-repeat;
	width: 897px;
	height: 768px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
body {
	background-color: #F2F2E6;
}
#text {
	width: 400px;
	height: 600px;
	font-family: "Trebuchet MS";
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #3C885A;
}
h1 {
	font-size: 45px;
	
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 30px;
}
a {
	text-decoration: none;
	color: #1A3c27;
}
a:hover {
	color: #A7C174;
}
