I have a static page as my home page, and several other static pages for the rest of the site. I have page named blog w/ an id of 34 that holds my blog. I have a problem, that on just the blog page, the page id shows up immediately after the body tag bumping down the header. My header code in that area is:
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<div class="clear"></div>
<div id="header">
etc.
You can see the page in question here:
http://jesuswashomeless.org/wp/?page_id=34
In order to see the mysterious page id, you may have to select all, since it is black text on a black background. Or use firebug.
Any idea where this is coming from?
Thanks!