body {
  background-image:url(../img/bg-tiled.jpg); 
  background-repeat: repeat; 
  height: 100%;
  color: #FEFEF7;
}

header {
  height: 300px;
  width: 100%;
  text-align: center;
  background-image:url(../img/bg-logo.png); 
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; 

}

main {

  text-align:center;
}

footer {
  background-color:white;
  background-image:url(../img/bg-footer.jpg);
  width: 100%;
  text-align: center;
}

