
/* CSS Document */

div#container{
height: 1000px;
	width: 1000px;
margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
text-align: center; /*Allineamento centrato per IE*/
}

#box_menu  {

	width: 935px;
	height: 32px;
		
}


#img  {
background-image:url(../img_style/img_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 935px;
	
	}
	
#center_content {
	
	width: 920px;
	padding-left:7.5px;
	padding-right:7px;
		
	}
	
		
#content_sx  {
	
	width: 540px;
	float:left;
	
}	

#content_dx  {

	width: 380px;
	background-color:#EDE9E4;	
	float:left;
	
}


	

#sf_content {
	background-image:url(../img_style/sf_header.png);
	background-repeat:repeat-y;	
	width: 935px;
	padding-top: 0px;
	
	}


#close {
	background-image:url(../img_style/sf_close.png);
	background-repeat:repeat-y;	
	width: 935px;
	height: 8px;
	padding-top: 0px;
	
	}

.bottone {
		background-color:#cb4716;
		color:#ffffff;
		font-size:11px;
		font-weight:normal;
		text-align:center;
		border:1px;
		border-color:#cb4716;
		padding-top:2px;
		padding-bottom:2px;
	}
