@charset "utf-8";
/* 框架 */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em
 {
   margin:0;
   padding:0;
   border:0;
   margin-left:0;
   margin-right:0;
 }

body
 { 
   width:1920px; 
   background-image:url(../../image/beijing.jpg);
   background-repeat:repeat;  
   background-attachment:fixed;
   overflow:scroll; 
   overflow-x:hidden; 
 }
 
header
 { 
   width:1920px; 
   height:160px;
   
 } 
 
footer
 { 
   width:1920px;
   height:200px;
   float:left;
 }
 

a 
 { 
   text-decoration:none
 }
 


  
	

