html, body
{
	padding:						0px 0px 0px 0px;
	margin:						0px 0px 0px 0px;
	font: 						8pt verdana, sans-serif;
	color: 						#FFFFFF; 
	background-color: 		#000000;
	background-image: 		url(images/dwn_bkg1280x1024.jpg);
	background-attachment: 	fixed;	
	background-repeat: 		no-repeat;
	background-position: 	top center;
}
table
{
	position:					relative;
	background-color:			#000000;
	border-top:					solid 2px #999999;
	border-bottom:				solid 2px #999999;
	margin:						25px 0px 25px -190px;
	left:							50%;
	text-align:					center;
}
img 
{
	border: 						none;
}
#logo
{
	padding:						50px 0px 25px 0px;
}
.center
{	
	text-align:					center;
}
.copyright
{
	color: 						#3c3c3c;
	font-weight:				bold;
}
a:link 		{ color: #FFFFFF; font-weight: bold; text-decoration: underline; } 
a:visited 	{ color: #FFFFFF; font-weight: bold; text-decoration: none; } 
a:hover 		{ color: #FFFFFF; font-weight: bold; text-decoration: underline overline; }
