body {
	background-color:#000000;
	font-size: 80%;
	color: #FFFFFF;
	font-family: helvetica,arial,verdana,sans-serif;
	letter-spacing: 1;
	margin:0;
	background-image:url('logo.jpg');
	background-repeat:no-repeat;
}
	 
#container {
	width:885px;
	position:relative;
}

#reel {
	position:absolute;
	margin-top:250px;
	margin-left:245px;
}

#contact {
	margin-top:10px;
}

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

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

a:visited {
	color: #008000; 
	text-decoration: none; 
}

a:hover {
	color: #ff0000; 
	text-decoration: none; 
	font-weight: bold;
}

