@charset "utf-8";
/* CSS Document */

body,html{
	padding: 0;
	color:#333333;
	margin: 0 auto;
}
body{
	font:70% Verdana, Arial, Helvetica, sans-serif;
	cursor:default;
	background-color:#E8E6DD;
	
}
#container{
	width:960px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}
#header{
	width:960px;
	margin:0 auto;
	background:url(/images/sfondo_main.jpg) repeat-y;
	float:left;
	
	
}
#menu{
	width:960px;
	height:73px;
	margin:0 auto;
	background:url(/images/sfondo_menu.jpg);
	float:left;
	
	
}

#main{
	width:960px;
	margin:0 auto;
	float:left;
	background:url(/images/sfondo_main.jpg) repeat-y;
	
}

#h1{
	width:960px;
	height:80px;
	background:url(/images/sfondo_h1.jpg);
	float:left;
	margin:0 auto;
	
}

#footer{
	width: 960px;
	height:112px;
	margin: 0 auto;
	background:url(/images/sfondo_footer.jpg);
	float:left;
}

h1{
	font:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#2F71C0;
}	

#button_invia{
	width:220px;
	height:20px;
	background:url(/images/button_form.jpg);
	margin:0 auto;
	border:0px;
	cursor:pointer;
	}
	
#button_invia_2{
	width:220px;
	height:20px;
	background:url(/images/button_form_2.jpg);
	margin:0 auto;
	border:0px;
	cursor:pointer;
	}
	
#button_invia_3{
	width:175px;
	height:38px;
	background:url(/images/button_form_3.jpg);
	margin:0 auto;
	border:0px;
	cursor:pointer;
	}
	