body {

	margin: auto;
	text-align: center; 
	background-color: #FFFFFF;
}
#geonomie{
	
	width: 737px;
	height: 430px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
    text-align: left;
	
}
#top {
	position: absolute;
	width: 400px;
	height: 20px;
	margin-left: 42px;
	margin-top: 78px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: regular;
	color:#505683;
	z-index:2;
}
#image{
	position: absolute;
	width: 737px;
	height: 328px;
	margin-top: 72px;
	background-image: url("introgeo.jpg");
	background-repeat: no-repeat;
	z-index:1;
}

#webdesign {
	position: absolute;
	width: 400px;
	height: 20px;
	margin-left: 300px;
	margin-top: 380px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	font-weight: regular;
	color:#505683;
	z-index:2;
}
#metatag {
	position: absolute;
	width: 737px;
	height: 100px;
	margin-left: 0px;
	margin-top: 430px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	font-weight: regular;
	color:#00ccff;
	z-index:2;
}
a {
	
	font-weight: bold;
	color:#505683;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#00ccff;
}


