

* { 
			margin:0;
			padding:0;
			
}	
	
body {
  font-size:14px;
  font-family : Geneva,Arial,Verdana,sans-serif;
  color: black;
  background-color: #161616;

   /* margin-right: 210px;*/

}
h1 { font-size: 0.9em}

a { text-decoration: none }

a:link { color: white } 

a:visited { color: black }

a:active { color: black }

a:hover { 
  text-decoration: underline;
  color: red;
  }

a.menu:hover { text-decoration: none }

a.lbmenu:hover { text-decoration: none }

a.lbmenu { text-decoration: none }

#main {
	margin:auto;
	width: 798px;
	height: 630px;
	  background-position: top center;
	background-image: url(http:images/03582_JFI0035new.jpg);
  background-repeat: no-repeat;

  }
  
#featurelink {
     position: fixed; right:20%;
   /*  background-color: #161616;
     float:none;*/
	}
  
#featurelink a{
 	color: #66CCCC;	
         font-weight: bold;
	}
  
#enter {
  position: fixed; left:21%; top:10%;
 /* border: 2px groove #666666;*/
  text-align: center;
  padding: 1em;

}
#enter a {
  font-style: italic;
font-weight: bold;
color: #FFCC33;
}
#intro p {
  color: #FFCC33;
  font-weight: bold;
}
#banner{
position: fixed; top:590px;
border:none;
}
#w3c {
position: fixed; left:0.2%; top:0.2%;
}


