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

html, body {
   background: #9e4b19;
   color: #000000;
   font-family: Trebuchet MS, verdana, sans-serif;	
   font-size: 100%;
   margin: 0px;
   padding: 0px;
   height: 100%;
   	}

img {border: none; margin: 0px;}
h1, h2, h3, h4 {margin: 0px; padding: 0px;}
p {margin: 0px; padding: 0px;}

a {
	color: #ff7200; 
	text-decoration: none;
	font-weight: bold;
	} 

a:visited { 
       	color: #1921aa;
	text-decoration: none;
	font-weight: bold;
	} 

a:hover { 
       	color: #1921aa;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
	}

#container1 {
	position: absolute;
	width: 100%;
	height: 600px;
/*
	background-image: url(img/strip_home_1.jpg);
	background-repat: repeat-x;
*/
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -50%;
	}

#container2 {
	/* width: 808px; sarebbe la sua dimensione reale ma ho fatto pił grande per avere pił spazio per il menu bandiere */
	width: 900px;
	height: 545px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/sfondo_home_5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 40px;
	}

#menu_language {
	position: absolute;
	width: 33px;
	height: 120px;
	/* border: 1px solid yellow; */
	margin-top: 220px; /* prima era 245px */
	margin-left: 80px; /* prima era 55px */
	}

.flag_home {margin-bottom: 5px; width: 33px; height: 20px;}

#contatti {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	}

#autore {
	/* border-top: 1px solid #d7c2ad; */
	padding-top: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 0.6em;
	width: 900px;
	}

.justify {text-align: justify;}
.center {text-align: center;}

.courtesy {text-align: center; color: #fff; size: 1.1em;}

.fleft {float: left;}
.fright {float: right;}

.nodisplay {display: none;}

.ripristina {
	clear: both;
	}