Just a note:
#tagline {display:none;}
did not work for me, but this did:
#tagline { visibility: none; }