/****************************************** 
   胜者为王  2007-12-15
   北京完美时空网络技术有限公司 版权所有
   网络部 - 李盼
******************************************/

/* ========== Basic ========== */
body {
	 margin:0;
	 padding:0;		 
	 text-align:center;
	 font-size:14px;
	 line-height:20px;
	 color:#FFFABD;
	 background:#000;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;	
	}	
	
/* ========== 文字链接样式1 ========== */
a:link {
	text-decoration:none;
	color:#fff;
	}
a:visited {
	text-decoration:none;
	color:#fff;
	}
a:hover {
	color:#f60;
	}
	
/* ========== 主要内容 ========== */
#wrap{
	width:1004px;
	margin-right: auto;
	margin-left: auto;	
	text-align:center;
	background:url(../images/main_bg.jpg) repeat-y;
	}
	
#flash{
	width:1004px;
	margin-right: auto;
	margin-left: auto;	
	text-align:center;
	background:url(../images/2222.jpg) no-repeat;
	}

.banner{
	float:left;
	}

#main_wrap{
	width:729px;
	text-align:left;
	padding:20px 135px 0 140px;	
	background:url(../images/main_bg.jpg) repeat-y;
	float:left;
	}
	

		
/* ========== Copyright ========== */

#bottom_wrap{
	width:1004px;
	height:100px;
	margin-right: auto;
	margin-left:auto;
	text-align:center;
	background:url(../images/bottom_bg.jpg) no-repeat;
	}

#bottom_img{	
	padding:30px 0 0 320px;;
	float:left;
	}
	
#bottom_line{
	width:1px;
	background-color:#fff;
	margin:30px 10px 0 10px;
	height:60px;
	float:left;
	}
	
#bottom_txt{
	font-size:12px;
	height:70px;	
	text-align:left;
	line-height:17px;
	padding-top:25px;
	color:#fff;
	float:left;
	}