html{
  height: 100%;
}
body{
  height: 100%;
  background:  url(watermark.png);
  background-position: center;  
  background-attachment: fixed;
  background-repeat: no-repeat;
}
