body, html {
  height: 100%;
}

.bg {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('cv-job.jpg');
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center;
}