Main
Content in this page is inside a '#main' div.
"main" content should get extracted and wrapped when
using an appropriate extraction pattern. Header and
footer content should be discarded.
A good pattern to extract the content from this simple
page would be XPath:
//div[@id='main']
Common content IDs like id="content"
class="pageContent"
class="entry"
can usually be found easily.
Css styles
This page also contains some CSS in the head. This css either will or won't be imported when wrapped, depending on your wrapper settings. Imported CSS often overlaps with your theme style, so you should take care when enabling this.