Alright, so here's a compiled version of all those codes. This one is to position the Profile Info table:
CODE
<style>
table.profileInfo
{position:absolute;
top:XXpx;
left:50%;
margin-left:-XXpx;}
</style>
These removes the unwanted sections and comments:
CODE
<style>
table.profileInfo a, table.profileInfo tr, td {visbility:hidden;}
table.profileInfo tr, table.profileInfo td.text {visibility:hidden;}
table.profileInfo .ImgOnlineNow {display:none;}
table.profileInfo img {visibility:visible;}
span.searchMonkey-mood {visibility:visible;}
td td td td table {display:none;}
</style>
Then use
my code to position the links for the comments.