html {
    background: black;
    font-family: sans-serif;
}
#tweet {
  background: url(aliensbg.png) black;
  opacity: 0.8;
  z-index: 5;
  color: yellow;
  overflow: hidden;
}
#whereto {
   text-align: left;
   background: url(bigalienbg.png) bottom right no-repeat black;
   height: 10px;
   padding-top: 290px;
   padding-left: 10px;
   padding-bottom: 15px;
   z-index: 1;
}

