body {
	margin: 0px;
	padding: 0px;
        text-align: center;
        background-color: #4E4E4E;
		scrollbar-3d-light-color: #CCCCCC;
    	scrollbar-arrow-color: #F4E4E4E;
    	scrollbar-base-color: #CED27D;
    	scrollbar-dark-shadow-color: #CCCCCC;
    	scrollbar-face-color: #A7B150;
    	scrollbar-highlight-color: #F0F0F0;
    	scrollbar-track-color: #A7B150;
}
hr {
	display: none;
}
/*contenitore*/
#contenitore{
	display:     block;
	width:       920px;
	height:      500px;
	position:    absolute;
	top:         50%;
	left:        50%;
	margin:      -250px 0 0 -460px;
	overflow: auto;
}
/*intestazione*/
#testa {
	width: 920px;
    height: 60px;
	text-align: left;
	background-image: url(img_home/intest.jpg);
	z-index: 100;  
    margin-left: auto;
    margin-right: auto;    
}
#logo{	
	width: 160px;
	height: 40px;
	z-index:100px;
	float: left;
	top: 60px;
	margin-left: 20px;
}
#menu {
	position:relative;
	width: 920px;
	height: 40px;
	text-align: left;
	background-color:#E51719;
	z-index: 10;
	margin-left: auto;
    margin-right: auto; 
}

/*parte centrale*/
#corpo { width: 920px;
         text-align: left;
         position: relative;  
         height: 360px;
         margin-left: auto;
         margin-right: auto; 
}

#footer { width: 920px;
          height:  40px;
          text-align: left;
          background-color: #4E4E4E;
}
#colonna-sinistra { position:absolute;
                    top:0;
		    left:0;
		    width: 180px;
                    background-image: url(img_home/col_sx_2.jpg);
                    height: 360px;
                    text-align: left;
} 

#colonna-destra { position:absolute;
                  top:0;
		  right:0;
		  width: 270px;
                  height: 360px;
                  background-image: url(img_home/col_dx_2.jpg);
                  text-align: center;  
			
}
#colonna-centrale { text-align: left;
	margin: 0 180px;
	width: 470px;
	height: 360px;
	background-image: url(img_home/centr_2.jpg);
	
}

			
			

