<?php
ob_start();
header('HTTP/1.1 503 Service Temporarily Unavailable');
header('Status: 503 Service Temporarily Unavailable');
header('Retry-After: 3600');
header('X-Powered-By:');
?>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
	<head>
	<style type="text/css">

	.maintext {
		margin-left: 50px;
		margin-top: 50px;
		font-weight: normal;
		color: #000000;

		font-size: 14px;
		font-family: Avenir,"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
		  
	}

	body {
		background-color: #ffffff;
	}

	</style>
		<title>Account suspended</title>
	</head>
	<body>
<div class=maintext>
	<p>This account has been suspended.</p>
<p>Please contact your hosting provider.</p>


</div>

	</body>
</html>
