The footer is comprised of a component (the status message notification block) enclosed within <div> containers as shown below:
<div class="container site-footer">
<div class="status-holder">
<div class="status-message">
<!-- Status Message Text -->
</div>
</div>
<a href="#" class="site-footer-toggle">
<span class="caret"></span>
</a>
</div>