/*
CSS Credit: Frankynet
*/

body {
    position: fixed;
	margin: 0px;
	padding: 0px;
	border: none;
	background:#000000 url(images/hatterf.gif) no-repeat center top;
	background-attachment: fixed;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	
}



a:link, a:visited { 
	color: #FF9900; 
	text-decoration: none; 
	font-weight: bold; 
} 
a:active, a:hover {
	color: #06F;
	text-decoration: underline;
}

