/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.fflogo {
  height: 260px;
  width:  260px;
  background: url("../img/fflogo.svg") no-repeat 0px 0px;
  float:  right;
}

.fflogo_mini {
  height: 48px;
  width:  43px;
  background: url("../img/fflogo_mini.png") no-repeat 0px 0px;
}

.ffhskyline {
  background: #eeeeee url("../img/ffhskyline.png") repeat-x 0px bottom;

}
