html,
body{
  margin: 0px;
  padding: 0px;
  background: #363636;
  height: 100%;
  color: #fff;
}

body{
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.fine{
  clear: both;
}

.pagina{
  width: 740px;
  margin: 10px auto;
  text-align: left;
  background: #636363;
}

.logo{
  height: 93px;
  background: url('chrome/logo.jpg') no-repeat #adacac;
}

.menu_cont{
  position: relative;
  height: 35px;
  background: url('chrome/menu.jpg') repeat-x;
}

.menu{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.menu li{
  display: block;
  float: left;
  margin: 7px 16px 0px 14px;
  font-size: 16px;
}
.menu a:link,
.menu a:active,
.menu a:visited{
  color: #25592c;
  text-decoration: none;
}
.menu a:hover{
  color: #99ff33;
}

.cont{
  padding: 20px 20px 40px 20px;
}

h1{
  font-size: 22px;
  color: #f89838;
  font-weight: normal;
}
h2{
  font-size: 16px;
  color: #f89838;
  font-weight: normal;
}

.testo img{
  float: right;
  margin: 0px 0px 20px 20px;
}
.testo a:link,
.testo a:active,
.testo a:visited{
  color: #ccc;
}
.testo a:hover{
  color: #99ff33;
  text-decoration: none;
}

.mappa{
  float: right;
}

.dida{
  float: right;
  font-size: 10px;
}
