Turn off the Blogger Nav Bar
Place this into your template using the HTML editor portion of the Layout. If you do, then the nav bar from Blogger will go away and your site will look more like a 'site'.
#navbar-iframe
{
height:0px;
visibility:hidden;
display:none
}
Special thanks to my friend Ken T for providing.