  body
  {
   background:			url('background.png') fixed repeat-y;
   background-color:		#666666;
   margin:			0px 0px 0px 0px;
   font-family:			arial, verdana, sans-serif;
   font-size:			14px;
   color:			#FFFFFF;
  }

  a
  {
   background-color:		transparent;
   color:			#FFFFFF;
   text-decoration:		none;
  }

  a:hover
  {
   background-color:		transparent;
   color:			#FFFFFF;
   text-decoration:		underline;
  }

  #topbar
  {
   background-color:		#000000;
   position:			fixed;
   top:				0px;
   left:			0px;
   height:			61px;
   width:			100%;
   background:			url('background_div.png') fixed repeat-x;
  }

  .memberbar
  {
   background:			url('jmemb.gif') fixed no-repeat;
   position:			absolute;
   top:				0px;
   left:			0px;
   height:			100%;
   width:			40px;
   z-index:			0;
  }