@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(images/city_select_back.jpg);
	background-color: #142647;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C3764;
	font-weight: bold;
}


#content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 80px;
	margin-left: -250px; /* half of width */
	margin-top: -120px;  /* half of height */
	padding-top: 180px;
}


select {
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	color: #142647;
}




.footerlinks, a.footerlinks:link, a.footerlinks:visited{
	color: #3E560A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
		font-size: 10px;
}

a.footerlinks:hover{
	color: #DDD980;
	text-decoration: none;

}
