a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline}
a:active {text-decoration: none}

body {
  max-width: 960px;
  margin: auto;
  background-image: url("BG_figura.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top center; 
}

div {
  background-image: url("BG.jpg");
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
}