* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
html {
	overflow: auto;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background-paars.jpg);
	background-repeat: repeat;
}
td {
	padding:2px;
	color:#000000;
}
a {
	text-decoration: none;
	color: #a94e91;
	font-weight: bold;
	font-size:10px;
	font-family:Arial;
}
a:hover {
	color: #666666;
}
input {
	font-size: 10px;
	width: 150px;
}
#container {
	width: 800px;
	height: 600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px auto auto -400px;
	background-image: url(../images/landingspage-nieuw.jpg);
	background-repeat: no-repeat;
	border: solid #FFF 3px;
}
#counter {
	margin: 83px 0 0 450px;
	color: #000;
	font-size:32px;
	font-weight:bold;
	font-family:"Arial Black";
}
#content {
	height: 390px;
	margin: 45px 20px 0 390px;
	color: #FFFFFF;
	font-size:13px;
	font-family:Arial;
	letter-spacing:.08em;
}
#contact {
	height: 328px;
	margin: 45px 20px 0 444px;
	color: #FFFFFF;
	font-size:11px;
	font-family:Arial;
	letter-spacing:.08em;
}
.style1 {
	font-size: 1.6em;
	font-weight:400;
	color: #a94e91;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.08em;
}
#button {
	float:left;
	width:114px;
	margin: 0 0 15px 452px;
	padding: 0 0 0 0;
	color: #0A384C;
	font-weight: bold;
	font-size:11px;
	font-family: Arial;
}
#button a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #0A384C;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
}
#button a:hover {
	color: #666666;
}
#button1 {
	float:right;
	width:114px;
	margin: 0 87px 15px 0;
	padding: 0 0 0 0;
	color: #0A384C;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
}
#button1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #0A384C;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
}
#button1 a:hover {
	color: #666666;
}
#footer {
	clear:left;
	margin: 0 20px 0 444px;
	color: #FFFFFF;
	font-size:10px;
	font-family:Arial;
}

