in header.php file, before 102? line
<?php endif; // end check for removed header image ?>
put something like that
<div id="mybanner">your banner code</div>
and in your css file
#mybanner { width:500px; height:60px; position:absolute; bottom:20px; right:20px; z-index:999; }