It doesn't say No Topics to me. However, vB5 does have some caching going on, so it may be that a bit of time has gone by and the cache has been refreshed and it now shows posts.
I removed the user/pass from your post. Part of the username was "Admin" and I didn't know if it was a real admin account. You should never post an admin account anywhere, just a regular test user account, if needed.
As for the logo, you can try something like this:
HTML Code:
#header .site-logo {
padding-bottom: 0px;
}
#header .header-cell {
vertical-align: bottom;
}
#header {height:auto;}
You may need to adjust some things there.