.bg {
	background-image: url(images/zzz.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
A:link {
	color:red;text-decoration: none;
}
A:visited {
	color:red;text-decoration: none;
}
A:active { color: red; }
A:hover	{ color: black; }

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px; color:white;}
a.copyright		{ text-decoration: none; color:yellow;}
a.copyright:visited	{ text-decoration: none; color:yellow;}
a.copyright:active	{ text-decoration: none; color:yellow;}
a.copyright:hover 	{ text-decoration: underline; color:yellow;}