<html>
<head>
		<title>Account Suspended</title>
		<!--link rel="stylesheet" type="text/css" href="style.css"-->
<style>	
body {
	height: 100%;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #ffffff),
		color-stop(1, #cccccc)
		);
	background: -moz-linear-gradient(top,  #ffffff 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#596a72 100%); /* W3C */
	font-family: Helvetica Neue, Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

#content {
	float: left;
	width: 50%;
	height: 100%;
	background: url(http://i.gov.ph/wp-content/uploads/2016/01/igovlogo_blk.png) no-repeat;
	margin-top: 10%;
	margin-left: 10%;
}

#text {
	padding-top: 110px;
	padding-left: 80px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}

h1 { font-size: 2rem; }

h1 span { font-size: 16px; }

p {}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
</style>	
	
</head>
<body>	
	<div id="content">
		<div id="text">
			<h1>This website is temporarily unavailable.<br></h1>
			<p>If you are the administrator of this website, you may contact <a href="mailto:helpdesk@i.gov.ph">iGovPhil Help Desk</a> for more details.</p>
		</div>	
	</div>
</body>	
</html>
