body {
	background-color: #000000;
	font-family: franklin gothic book;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	background-image: url(images/background.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
a, a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: overline;
	background-color: #000000;
	color: #FFFFFF;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}