<!DOCTYPE HTML>
<html>
<head>
	<title>Under Maintenance - Wiworks</title>
	<style>
	  body {
	 	font: 20px Helvetica, sans-serif;
    	color: #FFF;
    	background-color: #5E42A6;
    	font: 20px Helvetica, sans-serif;
    	padding: 150px;
    	text-align: center;
	  }
	  p {
	  	margin-top: 10px;
	  }
	  h1 { font-size: 50px; }
	  h3 {    margin-top: 35px; margin-bottom: 0;}
	  article { display: block; text-align: center; width: 650px; margin: 0 auto; }
	  a { color: #dc8100; text-decoration: none; }
	  a:hover { color: #333; text-decoration: none; }

	  .notice {

	  }

	  .notice p {

	  }

	  .contact h3 {
	  	text-decoration: underline;
	  }

	  .contact p {
	  	margin: 10px 0;
	  }
	</style>
</head>
	<body>
		<article>    

		    <div class="contact">
		    	<h3>To Contact Wiworks</h3>
		    	<p>Call at: 801-501-7500</p> <p>or</p> <p>Email at: info@wiworks.com</p>
		    </div>
		</article>
	</body>
</html>