

BODY{
  background-image: url(../images/Rushmore800.jpg);
  background-size: cover;
  margin: 0;
  padding: 0;
  height: 100%;
}


DIV.transbox{
    float: right;
    font-size: 1.4em;
    margin: 0px 10px 0px 0px;
    background-color: #6161E1;
    opacity: 0.6;
}

#mainBody{
   padding:10px;
   padding-bottom: 2em;   /* Height of the footer */
}

#footer{
  position:absolute;
  bottom:0;
  width:100%;
  height: 2em;
}