@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);
@import url(scroller.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
    margin: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
    background: #2A2A2A url("images/bg_body.jpg") repeat-x;
}

* {
    outline: 0;
}

/* for flexcroll */
#content_contentwrapper {
	height: auto;
	float: left;
	z-index: 1;
}

