<html>
	<head>
		<title>Down for Maintenance</title>
		<style>
		body {
			background: #f2f2f2;
			color:#838383;
			font:normal 22px/24px sans-serif;
			font-weight: lighter;
		}
		.main {
			text-align: center;
			margin-top: 25px;
		}
		.text {
			margin:20px 0;
		}
		.deal {
			display:none;
		}
		</style>
		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
	</head>
	<body>
		<div class="main">
			<div class="text">Hey, there! Sorry about this, but we've got some...</div>
			<img src="https://s3.amazonaws.com/media.omg-facts.com/down/down.png" /><br />
			<div class="text">Follow us <a href="https://twitter.com/Spartz_LXD">@Spartz_LXD</a>  for updates</div>
			<img class="deal" src="https://s3.amazonaws.com/media.omg-facts.com/down/gregrutter.gif" />
		</div>

		<script>
		setTimeout("$('.deal').fadeIn(250);",2000);
		</script>
	</body>
</html>
