html{
    min-height: 100%;
    background-size:cover;
    background-image: url(images/backgroundimage.jpg);
    background-repeat: no-repeat;
}
* {
  margin:0;
  padding:0;
}

