<html>
	<title>Energy Citizens : Site is under maintenance</title>
	<head>
		<style>
			html {
				font-family: arial;
				font-size: 12pt;
				margin-top: 0px;
				margin-left: 0px;
			}
			body {
				width: 100%;
				height: 100%;
				background-color: #8b9597;
			}
			.construction {
				float: left;
				margin-left: 38%;
				margin-top: 200px;
				padding: 30px 30px 30px 30px;
				border: 2px solid #144b9f;
				background-color: #4cad5e;
				color: #FFFFFF;
			}
		</style>
	</head>
	<body>
		<div class="construction"><strong>EnergyCitizens.org</strong> is currently under maintenance.<br/><br/>Check back on <strong>April 1st</strong> to see our new site!</div>
	</body>
</html>