html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Kabel","Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
  color: #959ca1;
}

img#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
  position: relative;
  z-index: 1;
  width: 950px;
  margin: auto;
  text-align: center;
}

ul#creations {
  list-style: none;
}

ul#creations li {
  display: block;
  float: left;
}

p#contact {
  clear: both;
  padding-top: 50px;  
}

p#legal {
  font-size: 0.8em;
}