@charset "utf-8";
/* CSS Document */

/* Document Properties */

body {
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
	text-align:align
}

a:link {
	color: #FFF;
	font-size:13px;
}
a:hover {
	color: #8A1E1E;
	font-size:13px;
}

/* Other Properties */
#footer {
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}

#footer-info {
	font-size:10px;
}

#footer-info a{
	font-size:10px;
		}
