When running in quirks mode, this works as expected however when I declare HTML 4.01 strict the background color disapears. If I remove the YUI reset.css, it seems to work as it should. Anyone know what YUI is doing?
I am using
body{
background-color:#000;
}
.wrap{
width:60em;
min-height:100%;
position:absolute;
top:0px;
background:#666;
left:50%;
margin-left:-30em;
}
The HTML: