body {
  padding: 0;
  margin: 0;
  height: 100%;
}

#scene {
  display: none;
}

/*
body {
  padding: 0%;
  margin: 0%;
  background: url(../img/bg.jpg) no-repeat 50% 100% #000;
  background-size: cover;
}

#scene .background {
    background: url(../img/bg.jpg) no-repeat 50% 100%;
    background-size: cover;
    width: 120%;
    position: fixed;
    top: 0px;
    left: -20%;
}
#scene {
    position: fixed;
    width: 100%;
    top:-20px;
}

#all {
	display: none;
}*/