<html>
<head>
	<title>The Meetup.com website is not currently available</title>	
	<style>
		body{
			font-family: verdana, arial, sans-serif;
			text-align: center;
			font-size: 75%;
			line-height: 1.4em;
			background: white;
		}
		h1{
			font-family: tahoma, verdana, arial, sans-serif;
			font-size: 1.2em;
			margin: 0 0 .1em;
		}
		p{
			margin: 0 0 1em;
		}
		div#container{
			margin: 150px auto 0;
			width: 475px;
		}
		div#logo{
			border-bottom: 1px solid #ccc;
			padding-bottom: 15px;
			margin-bottom: 12px;
		}
		div#message{
			padding: 0 10px;
		}
	</style>
</head>
<body>
	<div id="container">
		<div id="logo">
			<img src="http://img3.meetupstatic.com/img/logo_tilt_1.gif" alt="" />
		</div>
		<div id="message">
			<h1>The Meetup.com website is not currently available</h1>
			<p>We'll have it up and running again as soon as possible.</p>
			<p>Sorry for any inconvenience.</p>
		</div>
	</div>
</body>
</html>
