/* 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: 235px;
  	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#user4 {
padding: 5px;
   width: 142px;
   height: 344px;
   background: url(../images/sfondo_menu_l5.jpg) 0px 0px repeat-x;  
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 	
   overflow: auto;
}

div#left {
   width: 152px;
   height: 109px;
   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#user5 {
	width: 452px;
	height: 354px;
  	padding: 0px;
	margin: 0px;
	border: 0px;
/** sfondo **/
    background: url(../images/sfondo_contenuto.jpg) 0px 0px repeat-x;  
	overflow: hidden;
}


/* ----------------------*/
/* terza riga: riga1 */

div#riga1 {
	height: 106px;
	margin-top: 0px !important;
	margin-top: -20px;
}




