<!doctype html>
<html>
<head>
	<title>Zvents</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<style type="text/css">
		body {
			color: #4D4D4D;
			background-color: #fff;
			font: 16px/1.375 "Helvetica Neue", Arial, Helvetica, sans-serif;
			padding: 20px;
			margin: 0;
			-webkit-transition: font-size 1s;
			-moz-transition: font-size 1s;
			-ms-transition: font-size 1s;
			-o-transition: font-size 1s;
			transition: font-size 1s;
		}
		@media only screen and (max-width: 568px) {
			body {
				font-size: 14px;
			}
		}
		p {
			max-width: 35em;
			margin: 2em auto;
		}
	</style>
</head>
<body>
	<p style="text-align: center;"><img src="./zlogo.gif" width="210" height="60" /></p>
	<p>The Zvents service and the Zvents Media Network have shut down as of October 31st, 2014.  We feel honored to have had the opportunity to provide a valuable service to you and your communities. Thank you so much for helping us create something wonderful.</p>
	<p>Thank you for keeping arts, entertainment, and community alive,<br />
	The Zvents Team</p>
</body>
</html>