/*stili per il layout fisso*/
html,body{
		behavior: url("csshover2.htc"); /*--hack per ie6--*/
		margin: 0 auto;
		padding:0;
		text-align: center;
		background-color: orange;
		background-image: url(http://www.antegnatisantabarbara.it/images/sfondosfumato.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position: top left
		}
	
/*body{*/*/
	/*background-color: orange;
	/*background-image: url(http://www.antegnatisantabarbara.it/images/sfondosfumato.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-attachment:fixed;*/
	/*background-position: top left*/
	/*}*/
	
div#container{
	width: 800px;
	margin: 0 auto;
	float: none;
	/*display: table;*/
	list-style-type:none;
	}

	
a:link {
	text-decoration: none;
 	color: #610505;
	}

a:visited {
	text-decoration: none;
	color: #610505;
	}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

span.help { cursor: help;
			font-style: normal;
	      	font-weight: bold;
	      }

.mthumb { border: 1px solid #610505;}
a:link .mthumb {  border-color: #610505;}
a:visited .mthumb {  border-color: #610505;}
a:hover .mthumb { border-color: #ffffff;}