*{
  margin: 0px;
  padding: 0px;
}

body{
  background: url('../../images/backgrounds/sfo.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size:cover;
}