/* body */
body {
  background-color: #000;
  margin: 0px;
  padding: 0px;
}

/* contenitore master */
div#master {
	position: relative;
	width: 756px;
	margin-left: auto;
    margin-right: auto;
/*
min-height non funziona con iexplorer
*/
	min-height: 354px; 
}


/* ----------------------*/
/* prima riga: top */
/* la prima riga contiene 2 div: country, logo */
div#top {
height: 150px;

}

div#country {
  margin-top: 132px;
  margin-left: 2px;
  width: 100px;
  float: left;
  font-family: arial;
  font-size: 7pt;
  color: #ddd;   
}
div#country  a {
  font-family: arial;
  font-size: 7pt;
  color: #ddd;  
  text-decoration: none; 
}

div#logo {
    padding-top: 30px;
	width: 550px;
/*	width: 254px; */
	float: left;
}

/* ----------------------*/
/* seconda riga: center */
div#center {
	height: 354px !important;
	height: 374px;
	margin: 0px;
    background: url(../images/sfondo.jpg) 0px 0px no-repeat;
}

/** inserto in alto a sx **/
div#user1 {
	/** NOTA BENE il padding si deve sommare al width e a height per ottenere la reale dimensione del DIV **/
	/** sarebbe width = 152 e height = 120 **/
	width: 142px;
	height: 110px;
  	padding: 5px;
/** sfondo **/
    background: url(../images/sfondo_menu_l1.jpg) 0px 0px repeat-x;  
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8; 	
}

/** inserto in alto a sx dopo user1 **/
div#user2 {
	width: 142px;
	height: 110px;
  	padding: 5px;
/** sfondo **/
    background: url(../images/sfondo_menu_l2.jpg) 0px 0px repeat-x;  
    filter:alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8; 	
}

div#left {
   width: 152px;
   height: 234px;
   background: url(../images/sfondo_menu_l3.jpg) 0px 0px repeat-x;  
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 	
}

div#content {

    background: url(../images/sfondo_contenuto.jpg) 0px 0px repeat-x;  
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 354px;
	overflow: auto;
}

div#user4 {
   width: 152px;
   height: 234px;
   background: url(../images/sfondo_menu_l4.jpg) 0px 0px repeat-x;  
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 	
}

div#user5 {
	width: 452px;
	height: 354px;
  	padding: 0px;
/** sfondo **/
    background: url(../images/sfondo_contenuto.jpg) 0px 0px repeat-x;  
}


/* ----------------------*/
/* terza riga: riga1 */

div#riga1 {
	height: 60px;
	margin-top: 0px !important;
	margin-top: -20px;
}

div#riga2 {
text-align: center;
	height: 10px;
	font-family: arial;
	font-size: 7pt;
	color:#666;
}


