@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;  
	background-image:url(images/bg.jpg);
	background-attachment: fixed;
	}
img{
	border:none;
	}
#main{
  margin:0 auto;
  width:1000px;
  padding:0;
  text-align:center;
   }
#container{
	width:100%;
	background-image:url(images/index-bg.png);
	background-position:top center; 
	background-repeat:no-repeat; 
	margin:0; 
	padding:0;
	}
#copyright{
	width:100%;
	background-image: url(images/copyright-bg.png);
	margin:0;
	background-repeat:repeat-x;
	height:16px;
	padding:0;
	clear:both;
	}
.scrollup{
	width:45px;
	height:45px;
	right:30px;
	bottom:50px;
	text-indent:-9999px;
	position:fixed;
	opacity:0.95;
	display:none;
	background-image:url(images/gotop.png);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:0%;
	background-position-y:0%;
	background-size:auto;
	background-origin:padding-box;
	background-clip:border-box;
	background-color:transparent;
	}
#a5{
	width:920px;
	height:640px;
	background-image:url(images/guide-bg.gif);
	background-repeat:no-repeat;
	border:#8d8d8d  solid 1px;
	margin:0 auto;
	}
#intro-pic{
	width:924px;
	height:634px;
	text-align:left;}