Okay, I figured out how to put the calendar at the bottom of the page. In the VBINDEX template, I added this right above $home[footer]:
PHP Code:
<div align="center">
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="250">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
$calendarbits
</table>
</td>
</tr>
</table></div>
<br />
It's just a variation on the code from the vbindex_calendar template.