Uncrate CSS
/* STRUCTURE (That rug really tied the room together, did it not?)
----------------------------------------------------------------- */
#room, #lawn {
width: 900px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
text-align: left;
}
#rug, #grass {
float: left;
width: 900px;
background: transparent;
text-align: left;
}
#pee {
width: 100%;
height: 1px;
visibility: hidden;
clear: both;
display: block;
}
With brilliant CSS comes brilliant markup. Amazing.
http://www.uncrate.com/css/un.css
Source: C