/* CSS Document  ZEROS OUT THE PAGE AND SETS DEFAULT VALUES*/
/* this is a TEST LAYOUT FILE FOR TESTING VARIOUS ASPECTS OF THE LAYOUT and DESIGN*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* hides from IE MAC 5 \*/
* html .clearfix {height:1%;}
/* end hide from IE MAC 5*/
