/*----------------------------------------------------------------
			    BASE
  ----------------------------------------------------------------*/
		body{
    			background-repeat:	repeat-x;
    			background-image:	url(../image/sfondo2.png);
			background-color:	white;
		}

		a{
			width:	44px;
			height:	50px;
    			border:	0px;
    			text-decoration:	none;
		}
		
		a > img{
    			border:	0px;
    			background-repeat: no-repeat;
		}
/*----------------------------------------------------------------
			    CENTRAMENTO
  ----------------------------------------------------------------*/
		#v-al{
    			width:	99%;
    			height:	300px;

    			margin-top:	-290px;
    			position:	absolute;
    			top:	50%;
		}

		#c-al{ width: 510px; margin: auto; }

		#flag{ width: 500px;  margin: auto; margin-top: 0px; margin-bottom: 0px; }
		#mail{ 
			width:	177px;
			left:	29px;
			top:	-43px;

			position:	relative;
 		}

		a#ita > img	 { background-image: url(../image/ita1.png); }
		a#fr > img	 { background-image: url(../image/fr1.png);  }
		a#ita:hover > img{ background-image: url(../image/ita2.png); }
		a#fr:hover  > img{ background-image: url(../image/fr2.png);  }

		a#info > img     { background-image: url(../image/info_nera.png); }
		a#info:hover > img{background-image: url(../image/info_arancio.png); }

		p#foot{ 
			width:	100%; 
    			color:	black;
			margin-top: 	40px; 
			padding-top: 	4px; 
			border-top: 	1px solid black;
    			font-family: 	Curier,Trebuchet MS,Arial,sans-serif;
    			font-size:	8px;
    			font-style:	normal;
    			text-align:	center;
		}
