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

body {
	background-color: #2c6700;
	background-image: url(images/bg-span.jpg);
	background-repeat: repeat-x;
	margin-top: 19px;
	color:#333333;
	font-family:Arial, Tahoma;
	font-size:11px;
}

div#wrapper { margin:auto; width:800px; }
.logo-span { background:url(images/logo-span.jpg) no-repeat; height:66px; }

.footer-txt { color:#FFFFFF; font-weight:bold; }

a.footer-link:link, a.footer-link:visited { color:#FFFFFF; text-decoration:underline; font-weight:bold; }
a.footer-link:hover { text-decoration:none; }