﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Down for Maintenance</title>
<style type="text/css">
html, body {
	background: #dedede;
	margin: auto;
	text-align: center;
}
.divContainer {
	display: inline-block;
	width: 500px;
	background: #ffffff; 
	border: 1px solid #bbbbbb; 
	margin-top: 150px;
	padding: 20px;
}
.divContainer div {
	font-family: arial, sans-serif;
	color: #1b597a;
	margin-bottom: 10px;
	text-align: center;
}
.title {
	font-weight: bold;
	font-size: 30px;
}
.message {
}
</style>
</head>

<body>
	<div class="divContainer">
		<div class="title">Down for Maintenance</div>
		<div class="message">This SharpSchool website is currently down for maintenance. We appreciate your patience during this maintenance window. </div>
	</div>
</body>

</html>