@import url(http://wulin2.wanmei.com/style/wulin_logo.css);
/****************************************** 
   《武林外传》体验服 2008-4-13
   北京完美时空网络技术有限公司 版权所有
   网站部 - 李盼
******************************************/

/* ========== Basic ========== */
body {
	 margin:0;
	 padding:0;		 
	 text-align:center;
	 font-size:14px;
	 line-height:23px;
	 color:#000;
	 background:url(../images/main_bg_sm.jpg);	 
	 font-family:Arial, Helvetica, sans-serif;	
	}	
	
#logo{
	top:16px;
	position:relative;
	float:left;
	z-index:9999;
	}
	
/* LOGO的定位 */
#wulin_logo{
	top:-15px;
	left:729px;
	z-index:9999;
	}

#transparent_logo{
	top:-15px;
	left:726px;
	z-index:9999;
	}	

/* ========== 文字链接样式1 ========== */
a:link {
	text-decoration:none;
	color:#fff;
	}
a:visited {
	text-decoration:none;
	color:#fff;
	}
a:hover {
	color:#060;
	}
	
/* ========== 文字链接样式2 ========== */
a.a_txt:link {
	text-decoration:none;
	color:#000;
	}
a.a_txt:visited {
	text-decoration:none;
	color:#000;
	}
a.a_txt:hover {
	color:#f60;
	}
	
	
/* ========== 主要内容 ========== */

#wrap{
	width:100%;
	background:url(../images/main_bg_big.jpg) center top no-repeat;
	overflow:hidden;
	}
	
#con_wrap{
	width:1004px;
	margin-right: auto;
	margin-left: auto;
	}


.img{
	float:left;
	}
	
.title_txt{
	font-size:14px;
	font-weight:bold;
	color:#900;
	}
	
.txt_color{
	color:#f00;
	}

#con_txt{
	width:844px;
	margin-right: auto;
	margin-left: auto;
	padding:10px 80px;
	text-align:left;
	float:left;
	background:url(../images/con_bg.jpg) repeat-y;
	}
