/*
    Bit Crushing web site CSS
    
*/

/* ===== global styles ===== */

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1000px;
   height: 200px;
   margin-top: -100px; /* Half the height */
   margin-left: -500px; /* Half the width */
}

