body {
  background-image: url("/images/logo.png") !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: auto 30%, 20% 20% !important;
}

#left {
  margin: 10px 0 15px 20px;
  text-align: left;
  float: left;
  z-index: -10;
  width: 48%;
  font-size: 0.85em;
  line-height: 1.5;
}

#right {
  margin: 10px 0 15px 0;
  float: right;
  text-align: left;
  z-index: -10;
  width: 48%;
  font-size: 0.85em;
  line-height: 1.5;
}