body {
  background-color:#000099;
}

#waters {
  position:fixed;
  top:0;
  bottom:100;
  left:0;
  right:0;
}

#substrate {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  height:100px;
  font-size:8px;
  z-index:1;
background: rgb(85,85,85);
background: linear-gradient(0deg, rgba(85,85,85,1) 0%, rgba(113,113,113,1) 24%, rgba(0,0,0,0) 100%);
} 

.rock_column {
  height:100%;
  display:inline-block;
}

#plant {
  position:fixed;
  bottom:60;
}

#castle {
  position:fixed;
  bottom:60;
  right:250;
}

.marquee {
  font-size:48px;
}
.marquee.right {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
