body {
	background-image: url("background.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: black;
	background-position: top center;
	font-weight: normal;
	font-size:	 medium;
	line-height: 12pt;
	color:		 white;
}

a {text-decoration: none;}
a:link { color: #cc0000;
		 font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
		 background-color: black;
}
a:visited { color: #cc0000;
			font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
			background-color: black;
}
a:active  { color: #cc0000;
			font-family: 'bauhaus lt bt', verdana, arial, sans-serif;
			background-color: black;
}

img {
   border: none;
}

div.center {
		   line-height: 22pt;
		   text-align: center;
		 }

div.copyright {
	line-height: 22pt;
	text-align: center;
	background-color: black;
	font-size: 9pt;
	color: gray;}

