/* 
    World of Goo
    example page stylesheet
    Andy West 1 Feb 2009
*/
.head   { float: left; width: 100%; }
.body   { float: left; width: 100%; }
.body .sample { width: 100%; float: left; }
.body .sample .pix { float: left; }
.body .sample .text { float: left; padding-left: 1%; width: 80%; }
.foot   { float: left; width: 100%; }
