
@import url("bace.css");
@import url("common.css");
@import url("layout.css");
@import url("lowerlayer.css");


/* hack */
box:after{/* for modern brouser */ 
content: " "; clear: both; height: 0; display: block; visibility: hidden;} 

* html box{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
} 

selector:after { 
content:"."; 
display:block; 
height:0; 
visibility:hidden; 
clear:both; 
} 

selector { 
display:inline-table; 
} 

/* hides from mac IE \*/ 
* html selector { 
height:1%; 
} 
selector { 
display:block; 
} 
/**/ 