<!DOCTYPE html>
<html>
<head>
<title>WOLF KETTLER FINE PHOTOGRAPHY</title>
<meta name="description" content="Wolf Kettler Photography Artist and Portrait Photographer - this site is now at wolfkettler.com">
</head>
<style>
body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    background-image: url();
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: black;
    font-family: "Verdana", Helvetica, Arial;
    font-size: 20px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    margin: auto;
    width: 40%;
}
</style>
<body>

<div class="bgimg">
  <div class="topleft">
    <p></p>
  </div>
  <div class="middle">
    <p>wolfkettler.co.uk is now</p>
    
    <h1><a href="https://www.wolfkettler.com">WOLFKETTLER.COM</a></h1>
  </div>
  <div class="bottomleft">
    <p></p>
  </div>
</div>

</body>
</html>