Use this code to float two CTA buttons (Services & Custom Care Plans) at the bottom of your page. I typically use this on my Local Office/Who We Are pages.
<!-- ========== CTA BUTTON FLOAT CODE ========== -->
<div style="float:left; width:50%;">
<div align="center">
<a class="button button-blue" title="Learn About Our In-Home Care Services" href="#">Explore Our Care Services »</a>
</div>
</div>
<div style="float:left; width:50%;">
<div align="center">
<a class="button button-red" title="Discover the Right Custom Care for Your Family" href="#">Discover Custom Care Plans »</a>
</div>
</div>
<!-- ========== END CTA BUTTON FLOAT CODE ========== -->