html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: verdana,arial,sans-serif;
  font-size: 76%;
  background-color: #e6ecff;
}
h1 {
  font-size: 22px;
  color: #ff0000;
}
div#container {
  margin: -7px 0 0 6px ! important;
  width: 100%;
  text-align: center;
}
div#header {
  border-bottom: 1px solid #000000;
  padding: 5px 20px;
  width: 100%;
  height: 85px;
  text-align: left;
  background-color: #ffffff;
}
div#sidebar {
  border-right: 1px solid #000000;
  float: left;
  width: 180px;
  background-color: #33ccff;
}
div#content {
  padding: 20px;
  margin-left: 180px;
  background-color: #e6ecff;
}
div#footer {
  border-top: 1px solid #000000;
  padding: 20px;
  clear: both;
  background-color: #e6ecff;
}
div#content {
  height: 1%;
}
* > div#content {
  height: auto;
}
h1 {
  color: #ff0000;
}
h2 {
  color: #ff0000;
  font-size: 16px;
}
.testo {
  color: #000000;
  font-size: 12px;
}
.testo a {
  text-decoration: underline;
}
.testo a:hover {
  color: #ff0000;
}

