Why the left and right footer blocks not align in the same level

Hi guys,

I hope you help me find out why the left and the right block of this page’s footer do not align in the same level.

http://meldville.com/home/profile.php?featured_id=3#

I double check everything and still scratching my heard hard.

Thank you,

Try removing this (in red):

.footer ul {
margin: 0;
margin-right: 10px;
padding: 0;
[COLOR="#FF0000"]display: inline;[/COLOR]
}

Thanks, it’s working like a charm.