body.site {
  padding:0;
  background-image: url(../images/vesnaplem.jpg);
  background-repeat: no-repead;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-top:40px;
}

.body .container {
  background-color: rgba(255, 255, 255, .60);
  max-width: 960px;
  width:960px;
}
