/******************************************************************************/
/* MACROBLOCCHI ***************************************************************/
/******************************************************************************/
body
  {
    text-align:center;
  }

a:link {
    color: #ffa22e;
}
a:visited {
    color: red;
}
  
#Wrapper
  {
    position: absolute;
	width:600px;
	height: 300px;
    text-align:left;
	border-style:solid;
	border-width: 3px;
	border-radius: 20px;
	color:#FFA22E;
	top:50%; left:50%; margin: -200px 0 0 -300px; 
  }

#Header
  {
	position:absolute;	
	width:60%;
	float:left;
	margin: 10px 10px 10px 10px;	
  }

#Header img
  {
	margin: 20px 0px 40px 20px;	
  }


#Content
  {
	color:black;
	width:40%;
	float:right;
	margin: 50px 15px 10px 5px;	
	/*font-family:"Arial";*/
  }
  
#Footer
  {
	position:absolute;
	left: 50%;
	top:50%;
	margin: 250px 0 0 -300px; 
	width:600px;
    text-align:center;
	color:#aaa;
  }
#Footer div.Note
  {
	font-size:9px;
  }