@charset "UTF-8";
/* CSS Document */
body {
       margin:0; padding:0;
	background-color: #000;
   }
   html, body, #bg {
       height:100%;
       width:100%;
   }
   #bg {
    position: absolute;
    left: -7px;
    right: 0;
    bottom: 0;
    top: -18px;
    overflow: hidden;
    z-index: 0;
   }
   #bg img {
       width:100%;
       min-width:100%;
       min-height:100%;
   }
   #content {
       z-index:1;
   }
