<!doctype html>
<html class="no-js">
<head>
    <title>Maintenance</title>
    <meta charset="utf-8">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet" type="text/css">
    <style>
        html, body {
            margin: 0;
            background-color: #ffffff;
            height: 100%;
            font-family: "Open Sans", arial, sans-serif;
        }
        .main-image {}
        .main-image img {
            margin: 30px auto;
            display: block;
            max-width: 300px;
            width: 100%;
        }
        .content-wrapper {
            background-color: #323539;
            color: #fff;
            overflow: hidden;
            padding: 30px;
        }
        .content-wrapper p {
            text-align: center;
            margin-bottom: 5px;
            margin-top: 0;
        }
        .content-wrapper h1 {
            text-align: center;
            margin-top: 0;
        }
        .main-container{
            display: table;
            width: 100%;
            height: 100%;
        }
        .main-content {
            display: table-cell;
            vertical-align:middle;
        }
    </style>
</head>
<body>
<div class="main-container">
    <div class="main-content">
        <div class="main-image">
            <img src="https://www.essentialtennis.com/wp-content/uploads/2019/01/essential-tennis-logo-300x60.png" alt="">
        </div>
        <div class="content-wrapper">
            <h1>Website Under Maintenance!</h1>
            <p>We are performing scheduled maintenance.</p>
            <p>We should be back online shortly.</p>
        </div>
    </div>
</div>
</body>
</html>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Page Caching using disk: enhanced 

Served from: essentialtennis.com @ 2019-04-04 11:19:57 by W3 Total Cache
-->