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

body
	{
	padding:0px;
	background-color:#000000;
	background-image:url(images/splash-bg.jpg);
	background-repeat:repeat-x;
	margin:0px
	}
Table{ margin-left:auto; margin-right:auto; }

.town{width:792px; height:386px; background-image:url(images/splash-2.jpg);}

.Disclosure{ margin-left:auto; margin-right:auto; width:792px; height: auto; text-align:center; margin-top:10px; font-family:Tahoma; color:#999999;}

.Disclosure a
	{
	text-decoration:none; color:#666666; font-size:11px;
	}
.Disclosure a:hover

{
color:#FF9900;
text-decoration:underline
}