html,body {
	margin: 0;
	padding: 0;
}


table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: top;
	text-align: center;
}


div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 1050px;
}

div.left {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 160px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 130px;
	left: 230px;
	width: 540px;
	height: 30px;
}

div.main {
	position: absolute;
	top: 165px;
	left: 230px;
	width: 540px;
	height: 282px;
}

div.link {
	position: absolute;
	top: 1000px;
	left: 0px;
	width: 800px;
	height: 30px;
}



span.email a:link{
font-family:"Arial", sans-serif;
font-size:14px;
position:absolute;
letter-spacing: 0.05em;
color:#000000;
font-weight:normal;
text-decoration:none;

}


span.email a:visited{
font-family:"Arial", sans-serif;
font-size:14px;
position:absolute;
letter-spacing: 0.05em;
color:#000000;
font-weight:normal;
text-decoration:none;
}
/*voorbeeld hoe je de email link kan stylen*/
span.email a:hover {
	color: #972321;}

