@import url(buildin_style.css);
@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   width:100%;
   margin: 0px;
   padding: 0px;
   overflow:hidden;
} 

body {
    height: 100%;
    width:100%;
	margin: 0px;
    padding: 0px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height:1.5;
    color:#717171;
    font-size: 12px;
    overflow:hidden;
}