@import url(layout.css);

@import url(layout_home.css);

@import url(layout_content.css);

@import url(navigation.css);

@import url(text.css);

@import url(modules.css);



html {

   height: 100%;

   margin: 0px;

   padding: 0px;
   background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;

} 



body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../tools/w1.jpg);

	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;

	font-size:0.75em;

	color:#333333;

	line-height:1.5;

}
