html, body{
  height: 100%;
}
body { 
			background-image: url(soon.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;

  
}
.wrapper {
  height: 100%; 
  width: 100%; 
}
