Doesn't work.. I'm trying to center this script:
<script type="text/javascript">
<!--
d=document;d.write('<a href="http://www.tyxo.bg/?131868" title="Tyxo.bg counter"><img width="88" height="31" border="0" alt="Tyxo.bg counter" src="'+location.protocol+'//cnt.tyxo.bg/131868?rnd='+Math.round(Math.random()*2147483647));
d.write('&sp='+screen.width+'x'+screen.height+'&r='+escape(d.referrer)+'"></a>');
//-->
</script><noscript><a href="http://www.tyxo.bg/?131868" title="Tyxo.bg counter"><img src="http://cnt.tyxo.bg/131868" width="88" height="31" border="0" alt="Tyxo.bg counter" /></a></noscript>
Also I'm trying to right align the social icons at the bottom. How to do that? I think it has something to do with "clear : right" tag.