body {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-family: Verdana, helvetica, georgia, times, "times new roman", serif;
	color: #000;
	background: url(../grafica/sfondo.jpg) fixed no-repeat top left transparent;
}



#header {
	margin: 0;
	padding: 40px 0 0 208px;
	text-align: right;
	clear: both;
	/**background: transparent url(../grafica/bg_header.jpg) top right no-repeat;*/
}
#header h1 span {
	display: none;
}
#header h1 {
	background: none transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

#header #logo {
	position: absolute;
	top: 5px;
	left: 45px;
	margin: 0;
	padding: 0;
}
#header #lang {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	padding: 0;
}

#header #mailus {
	position: absolute;
	top: 10px;
	right: 162px;
	margin: 0;
	padding: 0;
}



#container {
	background: transparent url(../grafica/bg_content.jpg) top right no-repeat;	
}
#container2 {
	padding: 0 174px 0 208px;
}
.cleardiv {
	/** clear: both;
	height: 1em; */
	display: none;
}


#left {
	position: absolute;
	top: 80px;
	left: 60px;
}			

#content {
	padding: 0 2px 30px 2px;
	margin: 0;
	border: solid 1px gray;
}



#footer {
	clear: both;			
	text-align: right;
}
#footer p {
	color: gray;
}