.global-header {
  background-color: #fff;
  min-height: 60px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
}

.global-header-logo {
  height: 80px;
  margin: 5px auto;
}

.global-header-right .nav > li > a {
  color: #f1f1f1;
}

.global-footer {
  margin-bottom: 0px;
  width: 100%;
  background-image: url('../../../files/footer-background.png');
  background-repeat:repeat;
  background-size:100% 100%;
  -moz-background-size:100% 100%;
}

.global-footer .left-content {
  margin-bottom: 5px;
}

.global-footer-logo {
  display: block;
  margin: 10px auto;
  max-height: 120px;
  cursor: pointer;
}

.footer-left {
  margin: 30px auto;
  color: #f1f1f1;
}

.footer-left a {
  color: #f1f1f1;
}
