body {
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
	}

#main {
	width:100%;
	height:80%;
	background-color: #000;
	text-align: left;
}

.filters a, #maps p a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: 5px;
	text-decoration: none;
}

.filters a:hover {
	color: #FFFF00;
}

.opacity_uit { 
	opacity: .3; 
	filter: alpha(opacity=30); 
} 

.opacity_aan1 {
	filter:alpha(opacity=90)
} 

.opacity_aan2 {
	filter:alpha(opacity=100)
}

#main img {
	border: 1px solid #000;
}

.filters {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

select {
	margin-top: 5px;
	margin-left: 2px;
	width: 180px;
}