<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Downtown Phoenix Journal - Maintenance</title>

    <style>
        html, body {
            font-family:sans-serif;
            margin:0;
            height:100%;
            width:100%;
            background:#eee;
        }
        .message {
            margin: auto;
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
            text-align: center;
            height: 300px;
        }
    </style>
</head>
<body>

<div class="message">
    <h1>Downtown Phoenix Journal is currently updating...</h1>
    <h3>Check back with us in a little bit for a brand new look!</h3>
</div>


</body>
</html>