@charset "utf-8";
/* CSS Document */
body {
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
     }

#contain { 
width:800px;
margin:0 auto;
}

