body {	background-color: 000000;	color: #A6A6A6;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;
	background-image: url('20081004_0297.jpg');
	height:580;
	width:970;
	background-repeat: no-repeat;
	background-position: 50% 0%; 
	margin-top: 5em;
	
}

.band
{	position:fixed;
	top: 500;
	width: 100%;
	z-index:2;
	padding:0;
	left: 0%;

}

.logo
{	position:fixed;
	z-index:3;
	top: 500;
	left: 13%;
	padding:0;	

}



#nav ul{
	position:fixed;
	z-index:4;
	top: 520;
	left: 53%;
	padding:0;
	height: 40px;
	width: 400px;
	
	
}

#nav ul li{
	padding: .65em;
	display: inline;
	font-size: 1.5em; /* increase the font size a bit */
	display: inline;
		font-type:Helvetica;
}

#nav ul li a
{
   text-decoration : none;
   color : #A6A6A6;
	padding:2dm;

	
}
  

#nav ul li a:hover{
  
   color : #000000;
}


