Oh yea, inside of the footer code thats ok. It shoulnd't have been there.
Woops! The issue is in:
<?php dynamic_sidebar( 'Footer Widgets Center' ); ?>
It should be:
<?php dynamic_sidebar( 'Footer Widgets Middle' ); ?>
As I missed, you named your widget middle not center. That is completely my mistake! Sorry about that!