HTML, BODY {
	background-color: #99ccff;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: times, non-serif;
}

.holder {
	width: 660px;
	float: left;
}
.holderrechts {
	width: 300px;
	float: left;
}

.container {
	width: 600px;
	overflow: hidden;
	padding: 30px;
	padding-bottom: 0px;
}

.containergroot {
	width: 700px;
	overflow: hidden;
	padding: 20px;
}

.bijschrift {
	font-family: courier;
	font-size: 10pt;
	font-weight: 0;
	line-height: 11pt;
	letter-spacing: -0.3pt;
}

.image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:20px;
}

a {
	color: blue;
}
