I created a fanpage and integrated a app with width 520px. Everything works fine but the context is 5px to 10px shifts to the right and so on there is a scrollbar shown at the end of page. How can I solve this.
I know scrollbars can be hidden with overflow:hidden and inside tag <body scroll=no> but this doesn´t solve the shift to the right.

The problem seems to be that facebook fanpages tabs have a html – padding with 8px!!!! to solve this I set in css:
<body style="position:relative;left:-8px;">