body 
{
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}

.img {

   left: 50%;

   -webkit-transform:  translateX(-50%);

}