@charset "UTF-8";
@import url("reset.css");

/* globe css */
body{
	background: #555249;
	font-family: Helvetica, Arial ;
	font-size: 12px;
}
html,img, div, a, input,h3,td,h1,h2 { behavior: url("iepngfix.htc") }/*修正png在IE6透明*/
a,a:hover,a:visited,a:active{
	text-decoration: none;
	color: #fff;
}
.wrap{
	width: 960px;
	margin: 0 auto;
}
#header{
	height: 85px;
	position: relative;
}
.headBanner{
	padding: 10px 0;
}
#mainContent{
	background: #f0ede7;
	min-height: 600px;
	position: relative;
}
#footer{
	background: url(../images/bg_footer.jpg) repeat-x;
	height: 200px;
}
.footerArea{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* poper */
#poper{
	position:absolute;
	right:40px;
	display:none;
}
#poper img{height:110px;width:40px;}
#poper span{ position:absolute; top:-500px; }
