@charset "utf-8";
/* CSS Document */

html{ height: 100%; }

body{ margin:0px; 
background-color:#73bf44; 
height: 100%; 
font-family: Verdana, Geneva, sans-serif; 
font-size: 12px; 
color:#58595b; 

line-height:16px;
}

#wrapper{
	position: relative;
	width: 998px;
	/*background-color: #FFFF66;*/
	margin: 0px auto 0px auto;
	/*padding: 0px 10px 0px 10px;*/
	
	background-image: url(../imgs/sfondo_ombra_puntini.png); background-repeat: repeat-y;
	
	/*modifica inserita per far espandere al 100% in altezza
	questo div anche se non è pieno di roba.*/
	height: auto;
    min-height: 100%;
}

#testata{ position:relative; width:959px; height:139px; margin:0 auto 0 auto; }

#sx{position:relative; margin-left:19px; width:522px;
height:10px; height: auto; min-height: 100%; 
/*background-color:#963;*/ float:left; }

#cx{/*position:relative;*/ width:228px; 
/*height:10px;*/ height: auto; min-height: 100%; 
/*background-color:#0CC;*/ float:left;}

#dx{position:relative; margin-right:19px; width:210px;
height:10px; height: auto; min-height: 100%;
/*background-color:#6C6;*/ float:right;}

#meteo{position:relative; width:438px;/*cx+dx*/ float:left;}

/* box dx link e pubbl */
.dx_b_box_base{ position:relative; width:204; height:156; margin:4px 0px 4px 0px; padding:0; text-align:center; font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#090; border:1px solid #CCC; }
.dx_b_box_1{ padding:10px 0px 0px 0px; font-size:16px; }
.dx_b_box_2{ padding:5px 0px 0px 2px; font-size:14px; }
.dx_b_box_3{ font-size:20px; }

.dx_b_box_auguri{ position:relative; width:204; height:345; margin:4px 0px 4px 0px; padding:0; border:1px solid #CCC; }


#menu{ position:relative; width:960px; height:30px; margin:0 auto 0 auto; background-image: url(../imgs/menu-back.jpg); background-repeat:repeat-x; }


/*--- SPECIALI ---*/
.spaziatore{ position:relative; margin:0px auto 0px auto; width:90%; height:10px; background-color:#FFF; }
.clear{ position:relative; clear:both; width:0px; height:0px;}
#statistiche{display:none;}
img{ border:none; }

/*--- FINE ---*/