On some themes, the Akismet credit is not centre aligned.
Changing the code to the following, fixes it:
function wp_akismet_credit_insert() {
echo '<div id="akismet-credit-insert" style="clear: both;"><p style="text-align: center;">Spam prevention powered by <a
href="http://akismet.com">Akismet</a></p></div>';
}
via @alexbilbie
http://wordpress.org/extend/plugins/akismet-credit-inserter/