Code
margin: 0px 3px 0px 0px;To correct this, you may:
1. Remove the margin, and add an html spacer that is flush (no margin) to the FaceBook Widget:
Code
<a href="#" title="Hide Facebook Widget" onclick="document.getElementById('myfacebook').style.display = 'none';return false;" style="visibility: hidden; font-family: Verdana; text-decoration: none; color: #d5d5d5; vertical-align: top; display: inline-block; margin: 0px 0px 0px 0px; font-size:12px;" id="myclosebutton">x </a><2. Assign a layer color:
Code
<div style="position:absolute; background-color:#FFFFFF; layer-background-color:#FFFFFF; ...