body {
  background: url(bkg_ngfm.jpg);
  background-size: cover;
  background-position: 17%;
	margin-bottom: 150px;
	font-family: Raleway, sans-serif;
}

.center {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff54;
  color: black;
  text-align: center;
  position: absolute;
  margin-bottom: -355px;
}

.hidden {
  display: none;
}