body {
	background-image: url("images/spectral-studios-logo.jpg");
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #a60121;
	text-decoration: none;
}