#header .banner a {
  display: table;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #header .banner a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0; }
