#top {
	height: 500px;
	width: 100%;
	background-color: #E2E2E2;
}
#imageContainer {
	height: 510px;
}
.image {
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin: 0;
	border: 1px;
	border-color: #222222;
	border-style: solid;
}
#bottom {
	height: 150px;
	width: 100%;
}
#copyright {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	text-align: right;
	margin-top: 0;
}
#geoSelection {
	padding: 0px 0px 0px 15px;
}
body {
	background-color: #C8C8C8;
	padding: 0; margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

