body {
       margin: 0px;
	   padding: 0px;
	   border: 0px;
	   background-color: #D53636;
	   background-image: url(pic/frame_side_l.png);
	   background-repeat: repeat-y;
	  }

.top {
              position: absolute;
	          left: 0px;
	          top: 0px;
			  width: 950px;
			  height: 13px;
			  background: #D41919;
			  background-image: url(pic/frame_top_l.png);
			  z-index: 10;
			 }

#top_bg { 
          position: absolute;
	      left: 10px;
	      top: 8px;
	      width: 930px;
		  height: 120px;
		  background-image: url(pic/Header_hg.png);
		  background-repeat: repeat-x;
		  z-index: 10;
		 }

#top_header_bg { 
          position: absolute;
	      left: 10px;
	      top: 8px;
	      width: 930px;
		  height: 118px;
		  background-image: url(pic/top_header_bg.png);
		  background-repeat: no-repeat;
		  z-index: 10;
		 }

#top_FFlogo {
               position: absolute;
			   left: 870px;
			   top: 10px;
			   width: 80px;
			   height: 100px;
			   background-image:url(pic/FF_Logo.png);
			   background-repeat: no-repeat;
			   z-index: 11;
			  }
			
#top_name {
           position: absolute;
		   left: 4px;
		   top: 105px;
		   width: 480px;
		   height: 35px;
		   border-color: #BEBDBD;
		   background-image: url(pic/Name.png);
		   background-repeat: no-repeat;
		   z-index: 12;
		  }

#top_f-lex {
            position:absolute;
			left: 790px;
			top: 105px;
			width: 44px;
			height: 17px;
			z-index: 12;
			}

#top_symbols {
           position: absolute;
		   left: 845px;
		   top: 105px;
		   width: 90px;
		   height: 20px;
		   background-image:url(pic/top_button.png);
		   z-index: 12;
		  }

.bottom {
	position: absolute;
	left: 0px;
	width: 950px;
	height: 30px;
	top: 1110px;
	background: #D41919;
	background-image: url(pic/frame_bottom_l.png);
	visibility:visible;
	z-index:12;
		 }

.center {
	position: relative;
	left: 10px;
	top: 145px;
	width: 930px;
	height: 950px;
	background: #ffffff;
	z-index:13;
		 }

.side {
       position: relative;
	   left: 0px;
	   top: 10px;
	   height:auto;
	   width: 950px;
	   float: left;
	   background-image: url(pic/frame_side_l.png);
	   background-repeat: repeat-y;
	   z-index:11;
	  }
