You've got some major issues with your site's page-rendering. Viewing either the home-page or the contact_us page, and then using my browser's "View Source", I see the following at the start of each page:
Code:
</head>
<div id="bollinoblu"><a href="http://www.jollyrogerbay.it/store/about_us"><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/bollinoblu.png"></a></div>
<div id="bollinorosso"><a href="http://www.jollyrogerbay.it/store/about_us"><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/bollinorosso.png"></a></div>
<div id="pulsantespedizione"><img src="http://www.jollyrogerbay.it/store/images/banners/spedizionigratuite.png"></div>
<div id="barrasmartphone"><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/images/infosmart.png"></div>
<div id="navigationNUOVA"><a href="http://www.jollyrogerbay.it">HOME</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=about_us">CHI SIAMO</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=login">AREA UTENTE</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=products_new">NOVITA'</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=specials">OFFERTE</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=contact_us">CONTATTI</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=shippinginfo">SPEDIZIONI</a><img src="http://www.jollyrogerbay.it/store/includes/templates/carlisle_fresh/trasp.png"><a href="http://www.jollyrogerbay.it/store/index.php?main_page=page_4">FEEDBACK</a><img src="http://www.jollyrogerbay.it/store/images/banners/traspa.png"><a href="http://www.facebook.com/jollyrogerbay"><img src="http://www.jollyrogerbay.it/store/images/banners/facebooksmall.png"></a><a href="http://twitter.com/JRBVideogames"><img src="http://www.jollyrogerbay.it/store/images/banners/twittersmall.png"></a><a href="http://www.youtube.com/user/jollyrogerbaygames"><img src="http://www.jollyrogerbay.it/store/images/banners/youtubesmall.png"></a><img src="http://www.jollyrogerbay.it/store/images/banners/traspa.png"><img src="http://www.jollyrogerbay.it/store/images/banners/numasssmall.png"><img src="http://www.jollyrogerbay.it/store/images/banners/traspa.png"><img src="http://www.jollyrogerbay.it/store/images/banners/iconepostepaypaypal.png"><img src="http://www.jollyrogerbay.it/store/images/banners/iconasda.png"></diV>
See how there's no <body> tag? That tag winds up below all the extraneous div's and links identified above, with all that unwanted content repeated.
That's the source of the issue on your contact-us page.