<html>
<head>
<title>Site Unavailable</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,900" rel="stylesheet"> 
<style type="text/css">

	body {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	img {
		border-width:0px;
	}

	h1 {
		font-family: "Roboto";
		font-weight: 900;
		font-size: 48px;
		text-shadow: 1px 1px rgba(32, 32, 32, 0.2);
	}

	h2 {
		font-family: "Roboto";
		font-weight: 400;
		font-size: 24px;
	}

	#reason {
		width: 50%;
		margin-top: -20px;
		font-family: "Roboto";
		font-weight: 400;
		font-size: 18px;
		color: rgba(40, 40, 40, 0.7);
	}

	#bottext {
		width: 50%;
		margin-top: 100px;
		font-family: "Roboto";
		font-weight: 300;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.9);
	}

</style>
</head>

<body>
<br /><br />
<div>
<center>

	<h1>Currently Unavailable</h1>
	<br />

	<div id="reason">
		We apologize for the inconvenience, but this site is currently unavailable. Please check back later.
		<br /><br />
		If you are the site owner, please contact your service provider for assistance.
	</div>

</center>
</div>
</body>
</html>
