html, body {
	margin: 0;
	padding: 0;
}


img.bg {
/* regole per riempire la pagina con lo sfondo prescelto */
	min-height: 100%;
	min-width: 1024px;
	
/* regole per ridimensionare l'immagine proporzionalmente */
   width: 100%;
   height: auto;
			
/* posizonamento dello sfondo */
   position: fixed;
   top: 0;
   left: 0;
}
		
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
		

img {
	border: 0;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: #FFFFFF;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content {
	text-align: left;
	margin: 0 auto;
	width: 789px;
	position: relative;
}

#menu {
	height: 46px;
	width: 755px;
  	background: url(images/bg_menu.jpg) no-repeat bottom;
	padding: 13px 0 0 34px;
	position: relative;
}

#menu img {
	margin-right: 4px;
}

#flags {
	position: absolute;
	top: 7px;
	left: 670px;
}

#flags img {
	margin: 0;
}

#header {
	height: 229px;
  	width: 789px;
}

#main_home {
	height: 550px;
  	width: 752px;
	background: url(images/bg_main.jpg) no-repeat;
	padding: 31px 0 0 37px;
}

#main2 {
	height: 549px;
  	width: 778px;
	background: url(images/bg_main2.jpg) no-repeat;
	padding: 32px 0 0 11px;
	color: #0081a3;
}

#main2_sx {
	height: 458px;
  	width: 391px;
	padding: 15px 20px 0 5px;
	float: left
}

#main2_dx {
	height: 279px;
  	width: 187px;
	padding: 15px 5px 0 10px;
	float:left;
}

#main {
  	width: 753px;
	background: #0081a3;
	padding: 25px 18px 25px 18px;
	text-align:justify;
	border-top: #FFFFFF 1px solid;
}

#box1 {
	height: 412px;
  	width: 32px;
	padding: 31px 0 0 0;
	float: left;
}

#box2 {
	height: 647px;
  	width: 427px;
	float: left;
}

#box2.trasp {
	background: url(images/box2_right.jpg) no-repeat bottom right;
}

#box2.bianco {
	background: url(images/box2_right_bianco.jpg) no-repeat bottom right;
}

#box2_top {
	height: 31px;
  	width: 412px;
	background: url(images/box2_top.jpg) no-repeat top;
}

#box2_middle {
	height: 412px;
  	width: 412px;
}

#box2_middle.bianco {
	background-color: #FFFFFF;
}

#box2_middle.azzurro {
	background-color: #0081a3;
}

#box2_middle p {
	padding: 15px;
	margin: 0;
	text-align: justify;
}

#box2_bottom {
	height: 179px;
  	width: 395px;
	background: #0081a3 url(images/box2_bottom.jpg) no-repeat bottom;
	padding: 25px 0 0 17px;
}

#box2_bottom img.line{
	margin: 6px 0 6px 0;
}

#box3 {
	height: 412px;
  	width: 415px;
	float: left;
	margin-top: 31px;
}

#box3.bianco {
	background: #FFFFFF url(images/box3_right.jpg) no-repeat bottom right;
}

#box3 p {
	padding: 10px 20px 10px 10px;
	margin: 0;
	text-align: justify;
}

#box3 img.line{
	margin: 6px 0 6px 0;
}

#box3 img.pad{
	padding-left: 10px;
}

#footer {
	position: relative;
	height: 43px;
	width: 789px;
	background: url(images/bg_footer.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
}
