html body {
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
  color: #842b37;
  background-color: #FFFFFF;
}

a:link{
color: #842b37;
text-decoration:none;
border: none;
}
a:visited{
color: #842b37;
text-decoration:none;
border: none;
}  
a:hover{
color: #ec008c;
text-decoration:none;
border: none;
}
a:active{
color: #842b37;
text-decoration:none;
border: none;
}

* {
  margin:0;
  padding:0;
}

#container {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	margin-top: 20px;
	margin-left: 15px;
	height: auto;
	border: none;
}


#content {
	position: absolute;
	left: 300px;
	top: 140px;
}

#logo {
	position: absolute;
	left: 125px;
	top: 80px;
}

#logounten {
	position: relative;
	top: 185px;
	text-align: center;
	text-valign: center;	
}

