Can you link to the website? Is it just on ipad, what about PC or phone?
I would suggest that it is most likely a margin error, check that you don't have some css coming down effecting it?
Update: Here is the fix
Add the following to your #bottom CSS
background-image: url(/templates/beez5/images/world-coffee-map.png);
background-repeat: no-repeat;
background-position: center;
Remove the #world entirely - it was causing the problem, and besides it is a little bloating if I may say so without being rude. You may also want to make the map image slightly smaller to fit without the top being cut off, but I'm sure that should be easy.
Hope that works :)