html{
  height : 100%;
  background-color: #B2B4CB;
}

body {
  margin: 0;
  min-height : 100%;
  background-color: #B2B4CB;
  background:
    url(bz-bravozulu.png) center center no-repeat,
    url(bz-camo.png) right top no-repeat;
  background-size: 80%, 80%;
  color: #000080;
  font-family: 'Varela Round', sans-serif;
  text-align: center;
}

div.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0px 0px 0px;
  margin: 10px;
  text-align: right;
  background: url(bz-morse.png) right top no-repeat;
  background-size: 10em;
}