#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
}


#bodyContainer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0;
  z-index: 10;
}

#topBarBG {
  z-index: 15;
}

#topBar {
  z-index: 20;
}

