@import url(../../../style/wulin_logo.css);
/****************************************** 
   <武林声望排行榜>  2008-2-28
   北京完美时空网络技术有限公司 版权所有
   网站部 - 李盼
******************************************/

/* ========== Basic ========== */
body {
	 margin:0;
	 padding:0;		 
	 text-align:center;
	 font-size:12px;
	 line-height:18px;
	 color:#000;
	 background:#000;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;	
	}
	
/* LOGO的定位 */
#wulin_logo{
	top:30px;
	left:50px;	
	}

#transparent_logo{
	top:30px;
	left:50px;	
	}	
	
/* ========== 文字链接样式1 ========== */
a:link {
	text-decoration:none;
	color:#000;
	}
a:visited {
	text-decoration:none;
	color:#000;
	}
a:hover {
	color:#f60;
	}
	
/* ========== 文字链接样式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;
	}
	
.input{
	width:130px;
	 border: 1px solid #000;
	 margin: 1px;
	 padding: 1px;
	}
	
.table_title{
	width:590px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	background:#FF6600;
	/* background:url(../images/table_bg.gif) no-repeat; */
	}
	
/* ========== 主要内容 ========== */
#wrap{
	width:1004px;
	margin-right: auto;
	margin-left: auto;
	background:#B9ECFF;
	overflow:hidden; 
	}

.img{
	float:left;
	}

#con_wrap{
	width:685px;
	text-align:left;
	background:url(../images/table_bg_01.jpg) repeat-y;
	float:left;
	}
	
#con_table{
	width:685px;
	text-align:center;
	background:url(../images/table_bg_02.jpg) no-repeat;
	float:left;
	}

#table_bottom{
	width:685px;
	height:103px;
	background:url(../images/table_bottom.jpg) no-repeat;
	}
	
#list{
	padding-right:50px;
	padding-bottom:40px;
	text-align:right;
	/*
	width:116px;
	height:34px;
	background:url(../images/list_bg.gif) no-repeat;
	*/
	}

/* ========== Copyright ========== */

#bottom_wrap{
	width:1004px;
	height:96px;
	text-align:center;
	background:#B9ECFF;
	}

#bottom_img{	
	padding:15px 0 0 270px;;
	float:left;
	}
	
#bottom_line{
	width:1px;
	background-color:#000;
	margin:15px 10px 0 10px;
	height:60px;
	float:left;
	}
	
#bottom_txt{
	height:70px;	
	text-align:left;
	line-height:17px;
	padding-top:10px;
	color:#000;
	float:left;
	}