#footer {
  font-family: desyrel;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  background: white;
  position: fixed;
  z-index: 0;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 33px 9px #ffffff;
  -moz-box-shadow: 0px 3px 33px 9px #ffffff;
  box-shadow: 0px 3px 33px 9px #ffffff;
}
#footer #copyrights {
  width: 100%;
  text-align: center;
}
