<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Reserved Domain</title>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
    <style>
        html{
            background-image: url(background.jpg);
            background-size:cover;
            height:100%;
        }
        body{
            background-color: rgba(255, 255, 255, 0.7);
            height:100%;
            width:100%;
            margin:0;
            text-align: center;
        }
        h1, p{
            font-size:18pt;
            font-family: "Open Sans", Tahoma, Geneva, sans-serif;
            color:#34495E;
        }
        a:hover img{
            opacity: 0.7;
        }
    </style>
</head>
<body>
    <br />
    <h1>This domain has been reserved or removed</h1>
    <p>For more information please contact</p>
    <p><a href="http://www.localexposure.co.uk/"><img src="logo.png" /></a></p>
    <p>0115 9731589</p>
    <p>Web Design - 360&deg; Photography - Video</p>
</body>
</html>
