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

body {
	background-color: #111111;
	background-image: url(images/bg-span.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:tahoma,arial;
	font-size:11px;
	color:#FFFFFF;
}

div#logo-span { width:800px; height:77px; background:url(images/logo.jpg) no-repeat #0d0d0d; }
div#body-span { width:810px; height:366px; background:url(images/body-span.png) repeat-y; }
div#nav-span { width:800px; }
div#large-banner { width:800px; }

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