I'm rewriting my site with HTML5 and trying to do it all semantically. Is there a tag for the main portion of the site (to differentiate it from the <nav>, <footer>, etc?) I was kind of thinking <section> but I've been reading that that tag is meant more for "sub section" type stuff. No <main>? No reassignment of <body>?
Just a <div>?