#flashbanner {
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #494981;
	position: relative;
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 80px;
}
#box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
}
#logolinkmainpage {
	height: 220px;
	width: 210px;
	float: left;
	background-image: url(images/logoicon.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-top: -5px;

}


#mainpagesign {
	background-image: url(images/BGsign.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 0px;
}
#links {
	width: 740px;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

#links img {
	padding-right: 5px;
	padding-left: 5px;
}
#maplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 154px;
}
#maplink a {
	text-decoration: none;
	background-color: #4A4A4A;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: bold;
}
#maplink a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #494981;
}

