html, body{
margin:0;
padding:0;
background-color:#FFFFFF;
background-repeat:repeat;
}
a
{
	text-decoration: none;
	color:#990000;
}
.box {
	color: #FFFFFF;
	background-image:url(../images/button.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	border: 0px solid #999;
	height: 100px;
	padding-top: 3px;
	padding-left: 5px;
	width:220px;
	letter-spacing: 0.2em;
}
  .trasparente {
    width: 200px; 
    height: 30px; 
    border: 1px solid #999; 
    margin-left: auto; 
    margin-right: auto; 
    background-color: #fff;
    filter:alpha(opacity=70); 
    opacity: 0.7;
    -moz-opacity:0.7;

  }
  .testo {
  font-variant:small-caps;
  font-size:12px;
  font-weight:bold;
  padding-top:7px;
  }
#immagine {
	background: transparent url(../dovesiamo/grafica/LOGONOSTRO.jpg) 
		left no-repeat;
}
