When adding a page viewer web part in SharePoint 2007 and specifying a page, a default div is added to the web part in the HTML source:
<div class="UserGeneric">
The current browser does not support Web pages that contain the IFRAME element.
To use this Web Part, you must use a browser that supports this element, such as Internet Explorer version 5 or later.
</div>
How do I remove this?