@import url(layout.css);
@import url(text.css);
@import url(modules.css);
@import url(navigation.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	background-image: url(images/body_bgNO.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	height: 100%;
}

* html body {
	background-attachment:scroll;
}