2 sets of footers

Permalink
Hi. For some reason it looks like I am getting 2 sets of footers, 1 in a blue box, and another with "all rights reserved" stuff below it.

at the public_html/packages/theme_officespace/themes/officespace/elements footer.php it looks like this :

<?php   defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
</div><!-- container ends -->
<div id="footer">
    <h5 class="left"><?php  echo SITE?></h5>
    <p class="right">&copy; <?php  echo date('Y')?> <?php  echo SITE?>. <?php  echo t('All rights reserved.')?> <?php  echo t('Design by')?> <a href="http://www.c5mix.com" title="<?php  echo t('concrete5 themes')?>">c5mix.com</a>. <?php  echo t('Powered by')?> <a href="http://www.concrete5.org" title="<?php  echo t('concrete5 CMS') ?>"><?php  echo t('concrete5 CMS') ?></a>. <a href="<?php  echo $this->url('/login')?>"><?php  echo t('Login')?></a>.</p>
</div><!-- footer ends -->
<?php   Loader::element('footer_required'); ?>
</body>
</html>


Which comes out fine, just below where it should be. I have been looking at it for a couple of days, searching this forum and others, and I just can not figure out where the blue "box" is coded.

Take a look:
http://www.somervillecleaning.com/...

 
ankah replied on at Permalink Reply
I figured out why I was having two sets, the company name being pulled into the footer was too large, pushing everything else below.