<HTML> is the new <BODY>

No need to create a wrapper div. You've already got one!

Lame!

body {
	background-color: #f00;
}

#stupid-unnecessary-wrapper {
	background-color:#fff;
	width:96em;
	margin:0 auto;
}

Jawesome!

html {
	background-color: #f00;
}

body {
	background-color:#fff;
	width:96em;
	margin:0 auto;
}