@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	background-attachment: fixed;
	background: url("pic/bg.jpg");
	display: block;		
	text-align: center; 
	color: #000000;
}

.footer {
	font:"Courier New", Courier, monospace;
	padding: 0 5px;
	background-color:#200000;
	font-size: 9px;
	text-align: center;
	color: #589CB6;
} 

a:link {
	color: #589CB6;
	text-decoration: none;
}

a:visited {
	color: #589CB6;
	text-decoration: none;
}


a:hover {
	color: #CBECF5;
	text-decoration: underline;
}
