/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../images/splash.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	vertical-align: middle;
	list-style-type: square;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	background-color: #5A4316;
	font-weight: bold;
}
.center {
	vertical-align: middle;
}
a:link {
	color: #FFFFFF;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	font-size: 12px;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
