@charset "UTF-8";
html {
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #486684;
	background-attachment: fixed;
	background-image: url(images/sky.jpg);
	background-repeat: repeat;
	margin:0;
    padding:0;
    height:100%;
}
#cityFront {
	background-image: url(images/city.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	position: fixed;
	z-index: 5;
	bottom: 0px;
}
#cityBack {
	background-image: url(images/city_back.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	position: fixed;
	z-index: -1;
	bottom: 0px;
}
#billboard {
	position: fixed;
	height:400px;
	width:300px;
	left: 0px;
	bottom: 0px;
}
.bodyTable {
	background-image: url(images/body_back.png);
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	padding-right: 150px;
	padding-left: 150px;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
}
.headerTable {
	margin: 0px;
	padding: 0px;
	height: 263px;
	text-align: center;
}
.footTable {
	height: 250px;
	text-align: center;
	width: 1000px;
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
}
.img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
}
.shot {
	margin: 15px;
	width: 200px;
	border: 4px solid #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.footTableMain {
	background-repeat: no-repeat;
	height: 50px;
}
.icons {
	margin: 20px;
}
td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
body,td,th {
	color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.style1 {font-size: 12px}