@import url(main.css);
@import url(content.css);

html {height:100%} 

body { 
	
    text-align: left; 
/*  min-height: 101%;	*/
    height: 100%;
    width: 100%;
    font-size: 100.01%; 
    position: relative; 
} 

* {margin:0; padding:0; border:0;font-size:100.01%;}




