Deuts, the problem seems to be with the CSS styling of #footer in style.css under theme’s files.

Currently it reads: #footer { float:right; width:99.9%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }

Could you try and change it to: #footer { float:left; width:100%; clear:both; color:#666; font-size:0.88em; line-height:1.4em; margin:3em 0 1em; padding:1em 0 3em; }

Let me know if that solves the problem.