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

<!--
body {
	background-color: #000000;
   background-image: url('backdrop.jpg');
   background-position: top center;
   background-repeat: repeat-y;
   font-family: arial;
   margin-top: 0px;
   padding: 0px;
   margin-left: 0px;
   margin-right:0px;
   position: center;
   
}

div#content {
	position: center;
	width: 856px;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	padding: 0px;
	border-right: 0px;
	border-left: 0px;
}
p.footer {
	color:#888888;
	text-align: center;
	font-size: 12px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
-->