I had the same issue. Modifying the foreground color in really-simple-captcha.php worked. Change this array $this->fg = array( 0, 0, 0 ); to a different color/set of numbers.
I found the fix for this. I needed a div set to clear: both before the footer stuff.