
#page {
   position:relative;
   z-index:10;
   top:30px;
   left:0;
   width:100%;
   height:auto;
   margin-bottom:430px;
}

#page .title1 {
   position:relative;
   z-index:20;
   top:0px;
   left:0px;
   width:135px;
   height:36px;	
   margin:auto;
}

#page .item1 {
   position:relative;
   z-index:30;
   top:60px;
   left:0;
   width:1200px;
   height:583px;	
   margin:auto;
}

#page .item2 {
   position:relative;
   z-index:40;
   top:140px;
   left:0;
   width:1200px;
   height:1px;	
   margin:auto;
   background:#ddd;
}

#page .item3 {
   position:relative;
   z-index:50;
   top:220px;
   left:0;
   width:1200px;
   height:660px;	
   margin:auto;
}












