html { 
   background-image: url("grass.png");
}

body {
	background:url(img.png) center center no-repeat;
		width:100%; 
		height:100%; 
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	overflow-y: hidden;
}