/* CSS Document */

body {background-color:#000000;}

#Layer1 {position:fixed;
		width:610px;
		height:240px;
		z-index:1;
		top: 615px;}
		
#Layer2 {
	position:fixed;
	width:610px;
	height:250px;
	z-index:2;
	top: 615px;}		

.banner {background-image:url(Images/mainbanner.gif);
		 background-position: center;
		 background-repeat: no-repeat;}
		 
.back 	{background-image:url(Images/back.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}
		 
.members {background-image:url(Images/membersback.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}		 
		 
.pics    {background-image:url(Images/pictures%20back.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}
		 
.marv    {background-image:url(Images/marv%20back.jpg);	
		 background-position:top;
		 background-repeat:no-repeat;}		 
		 
.steve    {background-image:url(Images/steve%20back.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}
		 
.gav   {background-image:url(Images/gav%20back.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}
		 
.picpanel {	background-image:url(Images/picturepanel.gif);	
		 background-position:top;
		 background-repeat:no-repeat;}	 
		 
.normal	{font-family:Tahoma;
		font-size:18px;
		color:#FFFFFF;}
		
.title {font-family:Tahoma;
		font-size:20spx;
		font-weight:bold;
		color:#999999;}
		
.italic {font-family:Tahoma;
		font-size:14px;
		font-style:italic;
		color:#FFFFFF;}
		
.link {font-family:Arial, Helvetica, sans-serif;
		font-size:6x;
		color:#FFFFFF;}