<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  
  <title>Site Maintenance</title>
  
  <!-- CSS -->
  <style type="text/css">
	/* Reset */
	
	html {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	*, *:before, *:after {
		padding: 0; margin: 0;
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
		box-sizing: inherit; }
	a img { border: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	fieldset { border: none; }
	sup { font-size: x-small; line-height: 1em; }
	.clearfix:after {
		content: ' ';
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		font-size: 0; }
	
	
	/* Global */
	
	html, body { height: 100%; }
	
	body {
		max-width: 500px; padding: 5%; margin: 0 auto;
		color: #000; font: 100%/1.375em sans-serif; text-align: center;
		background-color: #fff; }
	
	h1 { margin-bottom: 1em; font: 2em/1em Arial, Helvetica, sans-serif; text-transform: uppercase; }
	
	p { margin-bottom: 1.375em; }
	
	.logo {
		width: 80%; height: 0; padding-top: 40%; margin: 2em auto;
		color: transparent; text-indent: -9999px;
		background: url(images/gretzky.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center; }
  </style>
</head>

<body>

  <div class="page-wrap">
    <p class="logo">Gretzky.com</p>
    <h1>Site Maintenance</h1>
    <p>We apologize for the inconvenience. Our website is currently undergoing scheduled maintenance and upgrades. It will return shortly. Thank you for your patience.</p>
  </div>

</body>
</html>
