* {	margin: 0;	padding: 0;}body {	overflow: hidden;
	font: 100% Helvetica, Arial, sans-serif;
	letter-spacing: .15em;
}#menu {	background: url(images/blackbar.png);	padding: 20px 0 20px 20px;	position: absolute;	top: 65%;	left: 0px;	width: 100%;	text-align: left;	color: white;	font-size: 14px;	z-index: 6000;}.bg {	width: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 5000;}

A:link {
	color : white;
	background: transparent;
}

A:visited {
	color : white;
	background: transparent;
}

A:active {
	color : red;
	background: transparent;
}

A:hover {
	color : red;
	background: transparent;
}