<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width, user-scalable=no">
<style>
html, body{
  margin:0;
  padding:0;
}
body{
  background:url(vesty1.jpeg) no-repeat;
  background-size:100% auto;
  background-color:rgb(201, 221, 245);
  cursor:pointer;
}


@media screen and (max-width: 750px) {
body{
    background-position:center -83%;
}
}

</style>

<script>
document.addEventListener('click', function () {
    location.href = "http://www.vesty.co.il/home/0,7340,L-50,00.html";
});

</script>
</head>
<body>
</body>
</html>
