footer {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

footer {
  display: block;
}

#footer {
  width: 100%;
  height: 50px;
  background: #1f150f;
  bottom: 0;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}