body {
  margin: 0;
  padding: 0;
  background-image: url("images/Background.jpg");
  background-repeat: repeat;
}
#contenedor {
  width: 930px;
  height: 1800px;
  position: relative;
  margin: auto;
}
#background {
  position: absolute;
  width: 930px;
  height: 1800px;
  left: 337px;
  top: 0;
}
#header {
  position: absolute;
  width: 930px;
  height: 442px;
  left: 0px;
  top: 0;
}
#inicio_btn {
  position: absolute;
  width: 234px;
  height: 53px;
  left: 0px;
  top: 441px;
}
#discografia_btn {
  position: absolute;
  width: 234px;
  height: 53px;
  left: 234px;
  top: 441px;
}
#premios_btn {
  position: absolute;
  width: 234px;
  height: 53px;
  left: 464px;
  top: 441px;
}
#galeria_btn {
  position: absolute;
  width: 234px;
  height: 53px;
  left: 699px;
  top: 441px;
}
#footer {
  position: absolute;
  width: 929px;
  height: 53px;
  left: 0px;
  top: 1747px;
}
#tiktok_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 741px;
  top: 1765px;
}
#instagram_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 774px;
  top: 1765px;
}
#youtube_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 804px;
  top: 1765px;
}
#facebook_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 833px;
  top: 1765px;
}
#twitter_btn {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 860px;
  top: 1765px;
}
