body {
	background-attachment: fixed;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
html {
	height: 100%;
	margin: 0px;
}
.bodyarchief {
	background-image: url(../images/back02.gif);
	margin-right: 200px;
}
#wrap {
	margin: auto;
	width: 100%;
}
#email {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	overflow: visible;
	z-index: 2001;
	top: 10px;
	right: 10px;
	width: 167px;
	height: 236px;
}
#email:hover {
	background-color: #000;
	border-color: #FFF;
}
#archive {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #000;
	border: 1px solid #FFF;
	overflow: visible;
	z-index: 2001;
	bottom: 10px;
	left: 10px;
	width: 101px;
	height: 143px;
}
#archive:hover {
	background-color: #FFF;
	border-color: #000;
}
#new {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #000;
	border: 1px solid #FFF;
	overflow: visible;
	z-index: 2001;
	bottom: 10px;
	right: 10px;
	width: 101px;
	height: 141px;
}
#new:hover {
	background-color: #FFF;
	border-color: #000;
}
.flyer {
	margin: 0;
	padding: 0;
	position: absolute;
	border: 1px solid #000;
}
.flyerarchive {
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 0;
	float:left
}
.flyerarchive img {
	border: 1px solid #000;
}
#popup {
	position: absolute;
	overflow: visible;
	z-index: 5000;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: -10px;
}
