<style type='text/css'>
#wrapper {
width:520px;
height:500px;
margin:0 auto; border:0; padding:0;
position:relative;
}
#not-fans {
width:520px;
position:absolute; top:0; left:0;
height:500px;
}
#social {
width:32px;
height:32px;
position:float;
}
</style>
<div id="wrapper">
<fb:visible-to-connection>
<div style='width:520px;'>
<img src="THANKS IMAGE URL"></a>
</div>
<fb:else>
<img src="WELCOME IMAGE URL" id='not-fans'>
<img src="TWITTER ICON IMAGE" id='social'>
<img src="RSS ICON IMAGE" id='social'>
</fb:else>
</fb:visible-to-connection>
</div>