@charset "utf-8";
/* CSS Document */
#backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
 
#master_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  text-align:center;
  width:100%;
}
#page_wrap { margin:auto; }

/*If you want your background to stay fixed you can change the .fullBG CSS to this:*/
#backgroundImage {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
/*  height: 100%; */
}