@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #102f48;
	background-image: url(bg.png);
	background-repeat: repeat;
	background-position: left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.container #content {
	background-repeat: no-repeat;
}
.container #footer {
	background-image: url(images/remnant_04.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 1200px;
}


.container {
	height: auto;
	width: 1200px;
}
table {
	width: 1200px;
}
	
.container #top {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 1200px;
}

#footer_text {
	width: 600px;
	hight: 120px;
padding-left: 400px;	
padding-top: 10px;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #07438d;
	text-decoration: none;
	text-transform: uppercase;
}


a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #1d9ac8;
	text-transform: uppercase;
}

a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0573c8;
	text-decoration: none;
	text-transform: uppercase;
}
