<!DOCTYPE html>
<html>
	<head>
		<title>Fail</title>
		<style>
body {
	margin: 0px;
	padding: 0px;
	background: #FFF;
	color: #000;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url(/headerbg.png);
	background-repeat: repeat-x;
	color: #FFF;
}
h1#headerlogo {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	left: 15px;
	top: 13px;
}
#headerinfo {
	position: relative;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
#content {
	position: relative;
	background-image: url(/mainbg.png);
	background-repeat: repeat-x;
	background-color: #EEE;
	margin: 0;
	padding: 15px 20px 30px 20px;
}
div.spacer {
	position: relative;
	clear: both;
	height: 1px;
}
div.center {
	text-align: center;
}
hr {
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#footer {
	clear: both;
	text-align: center;
	padding: 30px 2px 2px 2px;
	background-image: url(/footerbg.png);
	background-repeat: repeat-x;
}
		</style>
	</head>
	<body>
		<div id="header">
			<h1 id="headerlogo"><img src="/logo.png" alt="OpenNMS" /></h1>  
			<div id="headerinfo">
				<h2>+1 (877) ONMS-911</h2>
			</div>
			<hr />
			<div class="spacer"><!-- --></div>
		</div>
		<div id="content">
			<p>&nbsp;</p>
	
			<table width="99%">
				<tr>
					<td align="center" valign="middle">
						<div class="ergh">
							<h1>Sorry</h1>
						</div>
						<div class="cat">
							<img src="/cat.jpg" />
						</div>
						<div class="text">
							<p>
								We have had a <b>cat</b>astrophic hardware failure on opennms.org, opennms.com, and related sites. We are in the process of getting new hardware
								and preparing restores. Sorry for the inconvenience.
							</p>
							<p>
								Source code, as always, is available on <a href="http://sourceforge.net/projects/opennms">SourceForge</a>, as well as the latest RPM packages (albeit
								without handy yum dependencies).
							</p>
							<p>
								Support customers can still access <a href="http://mynms.opennms.com/">the support portal</a>. If you have questions or need immediate help, please
								call +1 919-533-0160, or +1 877-ONMS-911 toll-free.
							</p>
						</div>
					</td>
				</tr>
			</table>
		</div>
		<div id="footer">
		</div>
	</body>
</html>
