body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Tahoma;
  background-color: #CDA2EC;
  font-size: 14px;
  color: #333333;
}
table {
  font-family: Tahoma;
  font-size: 14px;
  color: #333333;
}
div {
  font-family: Tahoma;
  font-size: 14px;
  color: #333333;
}
a.title {
  color: white;
  text-decoration: none;
}
a.title:hover {
  text-decoration: underline;
}
p {
  text-align: justify;
  line-height: 1.5;
}
div#header {
  width: 880px;
  height: 120px;
  padding: 20px 20px 0px 20px;
  background-image: url(img/header.png);
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
a#sigla {
  width: 325px;
  height: 75px;
  background-image: url(img/sigla.png);
  display: block;
  overflow: hidden;
  float: left;
}
div#links {
  width: 555px;
  padding-top: 56px;
  height: 19px;
  display: block;
  overflow: hidden;
  float: left;
  text-align: right;
  font-size: 16px;
  color: white;
}
div#middle {
  width: 840px;
  height: 500px;
  padding: 0px 40px 0px 40px;
  background-image: url(img/mid.png);
  background-repeat: repeat-y;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
div#middlesub {
  width: 840px;
  height: 500px;
  display: block;
  overflow: auto;
}
div#bottom {
  width: 860px;
  height: 40px;
  padding: 30px 20px 0px 40px;
  background-image: url(img/bottom.png);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  color: white;
  font-size: 11px;
  text-align: right;
}
div#bottom a {
  color: white;
  text-decoration: none;
}
div#bottom a:hover {
  text-decoration: underline;
}

/* misc */
a.homeflux {
  margin: 90px 0px 0px 120px;
  display: block;
  width: 224px;
  height: 318px;
  float: left;
}
a.homeflux img {
  border: 2px solid #CDA2EC;
}
a.hometara {
  margin: 90px 0px 0px 120px;
  display: block;
  width: 260px;
  height: 318px;
  float: left;
}
a.hometara img {
  border: 2px solid #CDA2EC;
}

