html { 
  background: url(../photo.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Lobster', cursive;
	color: white;
	text-shadow: 2px 2px #000000;
}

.header {
	font-size: 1.5em;
	position: absolute;
  top: 0;
  left: 50px;
}

.footer-left {
	position: absolute;
  bottom: 0;
  left: 50px;
}