body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#000000;
	margin:0px;
}
a:link {
	color: #D70000;
}
a:visited {
	color: #D70000;
}
a:hover {
	color: #FF4646;
}
a:active {
	color: #AA0000;
}
p {
	margin: 0 30px;
}
h1 {
	margin: 30px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.space {
	margin: 0px 30px;
}
.vertSpace {
	margin: 30px 0px;
}
.greyText {
	color: #666666;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 820px;
	height: 899px;
	margin: 0px auto;
}
#header {
	position:absolute;
	width:820px;
	height:280px;
	z-index:1;
}
#contentBG {
	position:absolute;
	background-image:url(contentBG.jpg);
	top:280px;
	width:820px;
	height:572px;
	z-index:1;
}

#kopBG {
	position:absolute;
	background-image:url(kopBG.jpg);
	top:280px;
	width:820px;
	height:772px;
	z-index:1;
}

#kopcheck {
	position:absolute;
	background-image:url(check.jpg);
	top:1052px;
	width:820px;
	height:20px;
	z-index:1;
}

#kopfooter {
	position:absolute;
	background-image:url(foot.jpg);
	top:1072px;
	width:820px;
	height:27px;
	font-size:10px;
	text-align:center;
	z-index:1;
}

#contentText {
	position:absolute;
	top:285px;
	left:80px;
	width:650px;
	height:560px;
	z-index:2;
}
#check {
	position:absolute;
	background-image:url(check.jpg);
	top:852px;
	width:820px;
	height:20px;
	z-index:1;
}
#footerNav {
	position:absolute;
	top:872px;
	width:820px;
	height:10px;
	z-index:2;
}
#footer {
	position:absolute;
	background-image:url(foot.jpg);
	top:872px;
	width:820px;
	height:27px;
	font-size:10px;
	text-align:center;
	z-index:1;
}

.border {
   border: 1px solid #000000;
}
