Never used thesis, so don't know about the hooks. But, You could just stick this in where you want it.
Code:
<?php
// If Homepage
if ( is_home() ) {
//Show Your shit here
echo '<div id="left" style="left: 10px; top: 10px; width: 984px; height: 100px; background: black;">
</div>';
}
?>