﻿@charset "utf-8";
/* CSS Document */

* {	
	padding:0px;
	margin:0px auto;
	font-size:14px;
	font-family:"微软雅黑","宋体",Arial;
	}
img{border:none;}
.bg_top{
	background:url(../images/bg-top.gif) no-repeat;
	width:966px;
	height:100px;
}
.bg_main{
	background:url(../images/bg.gif) repeat-y;
	width:966px;
}
.bg_footer{
	background:url(../images/bg-footer.gif) no-repeat;
	width:966px;
	height:95px;
}
/*top*/
.head{
	background:url(../images/logo.gif) no-repeat scroll 20px 10px;	
	width:958px;
	height:90px;
}
.top_pic{
	background:url(../images/top-pic.jpg) no-repeat;	
	width:958px;
	height:180px;
}
.menu{
	width:958px;
	height:43px;
}
.container{
	background:url(../images/separator.gif) repeat-y 242px 0;
	width:958px;
	clear:both;
	overflow:hidden;
}
.left{
	width:242px;
	float:left;
}
.right{
	width:715px;
	float:right;
}