html, body {height: 100%; margin: 0; padding: 0;}
#content {position:relative; z-index:1;}
#background {position:fixed; top:0; left:0; width:100%; height:4400px; z-index:0;}

#tabsB {
	float:left;
	font-size:100%;
	line-height:normal;
	margin-top: 8px;
	width: 750px;
      }
    #tabsB ul {
	margin:0;
	list-style:none;
	
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableftB.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #tabsB a span {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	color:#666;
	background-image: url(../images/tabrightB.gif);
	background-repeat: no-repeat;
	background-position: right top;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }



