body {
  color: #cccccc;
  text-align: center;
  background-color: #404040;
}

#intestazione {
  margin: 0px auto;
  position: relative;
  width: 960px;
  top: 5px;
  height: 100px;
}

#netsons-adv {
  margin: 0px auto;
  position: relative;
  height: 80px;
}

#corpo {
  margin: 0px auto;
  position: relative;
  width: 900px;
  text-align: center;
  top: 77px;
}

#links {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 136px;
  left: 500px;
  text-align: left;
}

#bottom {
  margin: 0px auto;
  height: 100px;
  text-align: center;
  background-position:  center center;
  width: 100%;
  position: relative;
  font-size: smaller;
  top: 70px;
}

#titolo {
  text-align: center;
  height: 32px;
  color: #ffcc99;
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  top: -45px;
  font-size: 32px;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #a0c800;
}

a:visited {
  color: #ccccff;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: blink;
  color: #ccff66;
}
