Restores H-Z tune audio previously absent from the ingested data.
Sources: Cyber Hymnal (http://www.hymntime.com/tch) MIDI library,
matched by tune name to each BLB hymn page's Music attribution.
Also restores empty mid_d_daystar.mid from the Day-Star tune.
Original gap: 1,463 missing files / 1,925 broken pages.
After recovery: 661 still missing (modern gospel tunes absent from cyber hymnal).
All files validated as Standard MIDI (MThd).
- MainHeader.js: render the main layout table at width=100% and let the
mainRightTD content cell auto-fill remaining space (left nav stays 121px).
Previously the content cell was fixed to docWidth (~480px), wasting most of
a modern wide monitor.
- standard.css: neutralize html{zoom:130%} (force 100%) and add an
#mainRightTD{width:auto!important} guard.