#content
#content-primary
#content-secondary
#content-tertiary
To order markup/source like so:
But to display have to the browser display it like so:
#content
#content-primary
#content-secondary
#content-tertiary
#header
#help-user
#masthead
#analytics
Here's the additional rules along side Blueprint’s:
.container {
position:relative;
background:url('http://blueprint.pixelbebop.com/blueprint/lib/grid.png');
}
#header {
position:absolute;
left:0;
top:0;
width:100%;
height:130px;
background:#09f;
}
#content {
padding-top:130px;
background:#cba;
}
#footer { background:#bca; }
#analytics { display:none; }
Hopefully addressed over here by the knowledgeable SPF folks