body,
html {
  height: 100%;
}

body {
  /* background: url('http://placehold.it/1920x1080') no-repeat center center fixed; */
  background: url('../img/bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#creatistudio {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}