I think we have Harry totally confused by now. Let me see if I can
summarize.
1) To make the Banner webpart most visible you would add it to the
Master Page, probably using SharePoint Designer since that is the
easiest.
2) The web part must inherit from
Microsoft.SharePoint.WebPartPages.Webparts.WebPart if you want to put it
directly on the master page, and not in a web part zone.
3) If you modify the master page using SharePoint Designer it only
changes the Master page for that one site. (You can use it across a
whole site collection if the Publishing Infrastructure Feature is
turned on for the site collection and Publishing Feature for the top
level site.)
4) Once the master page is modified you can download it from the
site master page gallery and upload it into any other site where you
wish to use the same master page.