Background image is not centered on iPad browser

Fix:

body {
    background:url(images/background.jpg) center top no-repeat;
    -webkit-background-size: 2000px 1000px;
}