body {
  background: url(fundbase.gif) repeat-x white;
  margin: 0;
  padding: 0;
  font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
}

#head {
  width: 490px;
  height: 169px;
  background: url(logo.gif) no-repeat white;
  margin: 0 auto;
  padding: 0;
}

#head a {
  display: block;
  width: 490px;
  height: 169px;
}

.hidden {
  display: none;
}

#wrapper {
  background: url(ursos.jpg) bottom center no-repeat transparent;
  margin: 0;
  padding: 0 0 180px 0;
}

#content {
  margin: 0 auto;
  padding: 0;
  width: 605px;
}

#content img {
  border: none;
  margin: 0;
  padding: 8px 8px 50px 8px;
  background: url(mouse2.gif) no-repeat white;
}

#content h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
  color: #860423;
  padding-top: 1em;
}

#footer {
  width: 700px;
  margin: 2.5em auto 0 auto;
  font-size: 0.9em;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  border-top: 1px solid #E8BEC8;
  padding: 5px 0 1.5em 0;
}

strong {
  font-weight: bold;
  color: #860423;
}