
                <!DOCTYPE html>
                <html>
                <head>
                    <title>Website Unavailable</title>
                    
                <style type="text/css" media="all">

                    * {
                        -moz-box-sizing: border-box;
                        -o-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    html, body {
                        width: 100%;
                        height: 100%;
                    }

                    body {
                        background: #f0f0f0;
                        background-image: linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
                        background-image: -o-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
                        background-image: -moz-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
                        background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
                        background-image: -ms-linear-gradient(top, #f0f0f0 0%, #fafafa 100%);
                        color: #888;
                        font-family: Helvetica, Arial, sans-serif;
                        font-size: 32px;
                        font-weight: bold;
                        letter-spacing: -1px;
                        line-height: auto;
                        margin: 0;
                        text-align: center;
                        text-transform: uppercase;
                    }

                    .table {
                        width: 100%;
                        height: 100%;
                        display: table;
                    }

                    .cell {
                        display: table-cell;
                        padding: 50px;
                        vertical-align: middle;
                    }

                </style>
            
                </head>
                <body>

                    <!--
                    This temporary page was generated by the Disable Site plugin
                    for WordPress. To disable this temporary page, simply set
                    'Enable Splash Page' to 'No' or deactivate the plugin.
                    -->

                    <!-- table -->
                    <div class="table">
                        <!-- cell -->
                        <div class="cell">
                            Maybe another time.
                        </div><!-- /cell -->
                    </div><!-- /table -->

                </body>
                </html>
            