/****************************************** 
   圣诞押送  2007-12-18
   北京完美时空网络技术有限公司 版权所有
   网络部 - 李盼
******************************************/

/* ========== Basic ========== */
body {
	 margin:0;
	 padding:0;		 
	 text-align:center;
	 font-size:14px;
	 line-height:18px;
	 color:#034772;
	 background:#000;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;	
	}	
	
/* ========== 文字链接样式1 ========== */
a:link {
	text-decoration:none;
	color:#034772;
	}
a:visited {
	text-decoration:none;
	color:#034772;
	}
a:hover {
	color:#f60;
	}
	
/* ========== 主要内容 ========== */
#wrap{
	width:1004px;
	margin-right: auto;
	margin-left: auto;	
	text-align:center;	
	}

.banner{
	float:left;
	}
	

#con_wrap{
	width:1004px;
	text-align:left;
	background:url(../images/main_bg.jpg) repeat-y;	
	float:left;
	}
	
#con{
	width:721px;
	padding:0 50px 0 50px;	
	float:left;
	}
	
/* ========== Copyright ========== */

#bottom_wrap{
	width:1004px;
	height:162px;
	margin-right: auto;
	margin-left:auto;
	text-align:center;
	background:url(../images/bottom_bg.jpg) no-repeat;
	}

#bottom_img{	
	padding:75px 0 0 330px;;
	float:left;
	}
	
#bottom_line{
	width:1px;
	background-color:#096BAA;
	margin:75px 10px 0 10px;
	height:60px;
	float:left;
	}
	
#bottom_txt{
	height:70px;	
	text-align:left;
	line-height:17px;
	padding-top:70px;
	float:left;
	}