@charset "UTF-8";
/* CSS Document */

/*common part*/
/* Questa è la formattazione comune a tutte le pagine del sito*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; font-style: normal; font-weight: normal;font-variant: normal;
}

img, div, class{ behavior: url(iepngfix.htc);border:0px; }

#Contenitore {display:block;width:900px;height:auto;position: absolute;left:50%;top:10px;margin-left: -450px;}
#Contenitore #logo{background: transparent url("../aGenImage/Logo.png") no-repeat;z-index:1;height:165px; width:200px;}
/*menu principale*/
#Contenitore #menu{ height:40px;clear:both;}
#Contenitore #menu #titolo{ width:250px;height:24px;background: transparent url("../aImage/HPageguest.png") no-repeat;z-index:1;float:left;}
/*il menu*/
#Contenitore #menu #sottomenu{width:640px;height:14px; margin:5px;float:right;}
#Contenitore #menu #sottomenu #menu1{width:130px;float:left;}
#Contenitore #menu #sottomenu #menu2{width:80px;float:left;}
#Contenitore #menu #sottomenu #menu3{width:100px;float:left;}
#Contenitore #menu #sottomenu #menu4{width:110px;float:left;}
#Contenitore #menu #sottomenu #menu5{width:50px;float:left;}
#Contenitore #menu #sottomenu #menu6{width:50px;float:left;}

/*our italy is...*/
#OurItaly {display:block;width:310px;height:60px;position: absolute;left:50%;top:500px;margin-left: -430px;background: transparent url("../aImage/OurItaly.png") no-repeat;z-index:1;}
