.footer {
  min-height: 20px;
  background: #ffffff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  margin: 10px auto 10px auto;
  float:left;
  width:100%;
  position:relative;
  z-index:89;
}

.footer span.footerlogo {
  background: #ffffff url(../images/logo-footer.png) no-repeat center;
  width:90%;
  text-align: right;
  vertical-align: middle;
  position: absolute;
}

.footer span.footerlogo a.copyyear {
  color: #eb6800;
  font-weight: bold;
}

.footer span.footerlogo a.termsandconditionslink {
  font-size: 0.9em;
  padding-left: 1.5em;
}
