*{
	margin: 0;
	padding: 0;
}

body{
	background-image: url(../imgs/bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	text-align: center;
}

.wrapper{
	margin: 0 auto;
	width: 960px;
	/* height: 800px; */
	/* background-color: #fff; */
}

#header{
	width: 960px;
	height: 240px;
	margin: 0 auto;
}

#header img{
	width: 960px;
	height: 240px;
}

#lunbo{
	border-top:1px solid #f7efc8 ;
}

#nav{
	height: 56px;
	width: 960px;
	margin-top: 9px;
}

#nav ul{
	list-style: none;
}

#nav li{
	float: left;
	display: block;
	height: 56px;
	width: 156px;
	margin: 0px 1px 0px 3px;
	
}

#nav li img{
	width: 156px;
	height: 56px;
}

#waring{
	margin-bottom: 15px;
}

#waring p{
	color: red;
	font-weight: bold;
}

.footer{
	width: 960px;
	/* height: 300px; */
	/* background-color: #F0F8FF; */
	border-top: 2px solid #fcaba8;
}

.flink{
	width: 960px;
	height: 50px;
}

.flink ul{
	width: 600px;
	height: 50px;
	list-style: none;
	position: relative;
	left:200px;
}

.flink ul li{
	float: left;
	margin: 10px 10px 0px 0px;
}

.flink li a{
	text-decoration: none;
	color: black;
	margin: 0px 10px 0px 5px;
}

.flink li a:hover{
	color: red;
}

#tglink{
	margin-top: 40px;
}

#tglink ul{
	list-style: none;
}
