
body {
  /* for IE; otherwise, BG isn't fully stretched */
  margin: 0px;
}

#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%;
}


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

li {
  margin-bottom: 2em;
}
