body{
background-image: url("104.jpg");
 background-image: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 500px;
  width: 10%;
}

