/* CSS Document */

body {
background-color: #e8dcc4;
margin: 0px 0px 0px 0px;
}

.bck1 {
background-image: url(images/bckdx.jpg);
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed:
}

.bcklogo {
background-image: url(images/bcktop.gif);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top right;
}

.bckcontatti {
background-image: url(images/cartinabck.gif);
background-repeat: no-repeat;
background-position: center;
}

.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #6b1620;
}

.top_logo {
padding-top: 10px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6b1620;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6b1620;
	}
a:hover, a:active { 
font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
	
a:link.copy, a:visited.copy { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6b1620;
	}
a:hover.copy, a:active.copy { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}