"Use less DIV, use more HTML" - part 2

This should be centered in the document.

Styles used:

* { margin: 0; padding: 0; }
html { width: 100%; height: 100%; background-color: pink; }
html>head+body { width: 50%; margin: 0 auto; 
       background-color: green; min-height: 100%; }