/* GLOBAL DEFINITION START */
html, body,div {margin : 0;padding : 0;}
html{font-size : 100.1%;}
body {
   font-family: "Lucida Sans Unicode", "Lucida Grande", Corbel, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color: #000;
	background-color: #eee;
	background-image:url(../images/bg_body2.jpg);
}
.inv{
   position : absolute;
   left : -1000px;
   top : -1000px;
   width : 0;
   height : 0;
   overflow : hidden;
   display : inline;
}
.no{display: none;}