html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}
.startpage {
  width: 100%;
  height: 100%;
  background: url(../images/index.jpg) no-repeat;
  background-size: 100%;
  cursor: pointer;
}
