html, body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%;
  background-color: #FFD199;
  background-image: url("mainback.jpg");
  background-repeat: repeat-x;
}

h1,h2,p {
  margin: 0 0 0 0;
}

h1 {
  display: none;
}

a {
  color: #fd7d34;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

div#main {
  width: 611px;
  height: 100%;
  min-height: 570px;
  background-image: url("largeback.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  margin-left: auto;
}

div#text {
  width: 400px;
  height: 380px;
  padding-left: 90px;
  padding-top: 120px;
  text-align: justify;
  font-family: "Verdana", "Helvetica", "Arial", sans-serif;  
  font-size: 0.8em;
}

div#text h2 {
  font-family: "Georgia", "Palatino Linotype", serif;
  width: 400px;
  font-weight: bold;
  color: #fd7d34;
  border-bottom: 1px solid #fd7d34;
  margin-bottom: 1em;
}
div#text p {
  margin-bottom: 2em;
}

div#cancellar {
  position: absolute;
  width: 179px;
  height: 38px;
  background-image: url("cancellar.png");
  background-repeat: no-repeat;
  top: 510px;
  right: 500px;
}

div#cancellar p {
  display:none;
}
