body {
	background-image: url("image/site_bg.jpg");
	background-attachment:fixed;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {
  width: 980px ;
  height: 90px ;
  margin-left: auto ;
  margin-right: auto ;

}

#top_banner {
	 top: 25px;
	 float: right;
	 position:relative;
	 display: block;
}

#logo {
	 position: relative;
	 border: none;
	 top: 20px;
	 float: left;
	 display: block;
	 width: 379px;
	 height: 84px;
	 cursor: pointer;
}

#headder {
  text-align: left ;
  width: 980px ;
  margin-left: auto ;
  margin-right: auto ;

}

#content {
  width: 980px ;
  margin-left: auto ;
  margin-right: auto ;
  background-image:url(image/m_bg.png);
  overflow:hidden;
}

#div-left{
	float: left;
    width: 190px;
	height: 760px;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px; 


}

#div-center {
	float: left;
    width: 560px;
	height: 760;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px; 

}

#div-right {
	float: left;
    width: 190px;
	height: 760px;
	display: inline-block; 
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px; 

}


.leftMenu li a {
     font: bold 13px arial;
     text-decoration: none;
     color: #ffffff;
     outline: none;
     text-align: center;
     top: 9px;
     text-transform: uppercase;
     letter-spacing: 0;
     z-index: 10;
     display: block;
     float: left;
     height: 40px;
     position: relative;
     overflow: hidden;
     margin: auto 15px;
                    }



	 
 .lavaLamp {
			top: 25px;
			position:relative;
            height: 30px;
            width: 950px;
            background-color: white;
            padding: 15px;
            overflow: hidden;
            background: url("image/bg.jpg") top;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
								margin-bottom: 15px;
                }
                    .lavaLamp li.back {
                        border: 1px solid #000;
                        background-color: #000;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
									margin-bottom: 15px;
                    }
                    .lavaLamp li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #ffffff;
                        outline: none;
                        text-align: center;
                        top: 9px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
									margin-bottom: 15px;
                    }
                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }                                  