body.site {
  padding: 0;
  background-image: url(http://blackcoon.ru/images/gella_site_leather3.jpg);
  background-repeat: repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  border-top: none;
  background-color: #fff;
  padding-top: 30px;
}
.body .container {
  background-color: rgba(255, 251, 132, .70);
  border-radius: 8px;
}