html {
	overflow: auto;
	}

body {
	height: 100%;
	text-align : center;
	margin: 0px;
	background-color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-image: url(Images/Background.jpg);
	background-repeat: repeat;
}
a:link {	color: #990000;}
a:visited {	color: #345105;}
a:hover {	color: #FF0000;}
a:active {	color: #990000;}

#Container {
	position: absolute;
	height: 468px;
	width: 870px;
	left: 50%;
	top: 50%;
	margin: -177px 0px 0px -501px;
	padding: 0px 0px 0px 0px;
	background-image: url(Images/Bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

#Beelden {
	position: absolute;
	height: 468px;
	width: 870px;
	left: 50%;
	top: 50%;
	overflow: visible;
	margin: -177px 0px 0px -368px;
	padding: 0px 0px 0px 0px;
	background-image: url(Images/Bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}

#Pelikaan {
	position: absolute;
	height: 468px;
	width: 870px;
	left: 50%;
	top: 50%;
	overflow: visible;
	margin: -177px 0px 0px -368px;
	padding: 0px 0px 0px 0px;
	background-image: url(Images/Bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 10;
}


#Mainframe {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 420px;
	width: 696px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 20px 20px;
	text-align: center;
	z-index: 2;
}

#Topframe {
	position: absolute;
	height: 115px;
	width: 1003px;
	left: 50%;
	top: 50%;
	margin: -292px 0px 0px -501px;
	padding: 0px;
	background-image: url(Images/concept5-1024x768-Top.jpg);	
	background-position: top;
	background-repeat: no-repeat;
}

#Leftframe {
	float: left;
	margin: auto 0px auto 0px;
	padding: 55px 0px 0px 0px;
	text-align: right;
	width: 128px;
}

#Bottomframe {
	position: absolute;
	width: 116px;
	height: 30px;
	left: 50%;
	top: 50%;
	margin: 270px 0px 0px -58px;
	background-image: url(Images/Knoppen/AtomlogoI.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

#Image {
	position: relative; 
	float: right; 
	padding: 20px 28px 10px 10px;
	z-index: 2;
}

h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 0px -10px;
}

/* Rollover Effect
 ------------ */
 
.rollover {
	display: block;
	background-image: url(Images/Knoppen/AtomlogoA.gif);
	background-repeat: no-repeat;
}

.rollover a {
	display: block;
	width: 116px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.rollover img {
	width: 100%; 
	height: 100%; 
	border: 0; 
}

* html a:hover {
	visibility: visible;
}

.rollover a:hover img {
	visibility: hidden;
}