How to Hide the Blogger Navbar in the New Blogger Beta

Upset that you migrated to the new blogger beta, because the navigation bar at the top of the screen is back? Here is how you can permanently hide it!
Just add the following lines anywhere in your Blogger template [enclosed by <style> tags] and the blogger banner will vanish!
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
If there are any other surefire methods anybody knows, drop them in the comments!
