body {
  background: url('../img/midgar.jpg') no-repeat center center fixed;
  margin-bottom: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.statusSuccess {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #3366CC;
}

.statusProcessing {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.0);
}

.statusError {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #FF0000;
}

hr {
    max-width: 75px;
    border-color: #BBBBBB;
    margin: auto;
}

.versions {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: x-small;
}
