/*Generals*/
html {
	min-height: 100%;
	height: auto;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #E0F3FE url(../../img/top_bg_main.png) repeat-x left top;
}
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
#GeneralDiv {
	text-align:center;
}
#MapDiv {
	width:784px;
	margin: 0px auto;
	text-align:center;
	background: url(../../img/flash_bg.jpg) no-repeat center 0px;
	position:relative;
	width:1000px;
}
.ButtonLink {
	position:absolute;
	top:585px;
	left:45%;
}
#Footer {
	padding-bottom:10px;
	width:1000px;
	margin:0px auto;
}
#CounterDiv {
	margin-top:5px;
}
#CounterDiv img {
	margin-left:5px;
}

