ciao non c'è una parte footer che chiude, devi aggiungere tu .
seguimi il html che ti posto che in pratica e il tuo e vedi cosa ho aggiunto e cosa ho messo non visibile devi farlo uguale nel tuo html x far il footer.
cerca il pezzo e in fondo al html
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="20">
<td bgcolor="white" width="60%" valign="middle" height="20">
<div id="copyright" align="right">
<!--
<p class="smalldark">
Copyright © <?php echo date("Y"); ?> <?php echo $GLOBALS['mosConfig_sitename']?>. All rights reserved.</p>
//--->
</div>
</td>
</tr>
</table>
<!--ggiunta del modulo footer //-->
<div id="footer" >
<jdoc:include type="modules" name="footer" style="raw"/>
</td>
</tr>
</table>
<?php mosLoadModules( 'debug', -1 );?>
</body>
</html>
poi agiungi il css
#footer {
text-align : center;
}
e se vuoi aggiungere la chiusa con il bordo red come i lati del template questo e il css
#footer {template_css.css (riga 1)
border-bottom:3px solid #AC2525;
border-left-width:0;
border-right:0 solid #AC2525;
border-style:solid;
border-top-color:#F9F9F9;
text-align:center;
}