/* CSS Document */
*{
  padding:0;
  margin:0;
  font-size:12px;
  list-style:none;
  text-decoration:none;
  }
img{
    border:0;
	display:block;
	}
#main{
      width:704px;
	  margin:0 auto;
	  }
#g_img{
       width:490px;
	   float:left;
	   }
#g_intro{
        width:209px;
		float:right;
		}
#mid_instro{
             width:209px;
			 height:378px;
			 background:url(http://www.gamesbb.com.cn/images/hxflash/flash_08.gif) repeat-y;
			 }
#content{
         width:205px;
		 margin:0 auto;
		 }
#foot{
      clear:both;
	  }
