<!DOCTYPE html>
<html>
<head>
    <title>DNS Update Required</title>
</head>

<body>
    <style>
	@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

    body {
    color: #000;
    font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    margin: 50px 25px;
    }

    h1 {
    font-size: 72px;
    color: #44BCC8;
    font-weight:300;
    margin:0;
    padding:0;
    }

    h2 {
    font-weight:300;
    margin:0;
    padding:0;
    }

    hr {
    background:#DFDFDF;
    height: 1px;
    border:0;
    margin: 20px 0 30px;
    }

    a {
    color: #44BCC8;
    text-decoration: none;

    }

    a:hover {
    text-decoration: underline;
    }

    p {
	    margin-bottom:40px;
    }

    .admin {
	    margin-bottom:1em;
    }

    .logo {
    font-size: 12px;
    margin-top:20px;
    }

    .logo img {
    border : 0;
    outline : none;
    position: relative;
    top: 7px;
    padding-left:5px;
    }
    </style>

    <h1>DNS Update Required</h1>

    <h2>The site you were looking for is no longer available at this IP address.</h2>

        <hr>

    <p class="admin">
	    This IP address is deprecated and is no longer able to serve the requested domain.
    </p>
    <p class="admin">
        If this is your site, please update your DNS to use the correct <a href="http://wpengine.com/support/find-ip/">IP address</a> or <a href="http://wpengine.com/support/cname/">CNAME</a>.
    </p>
    <p class="admin">
	    Still have questions? <a href="https://my.wpengine.com/support">Contact Us</a>.
    </p>

    <hr>

    <p class="logo">
	    Hosted by <a href="http://www.wpengine.com"><img height="25px" src="logo.png"></a>
    </p>
</body>
</html>
