html,body { margin: 0; padding: 0; height: 114%; }

index.html 
body {
 background-image: url("top.png");
 -webkit-background-size: 110% 110%;
 }
 