<? header('HTTP/1.1 503 Service Unavailable', true, 503); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blipfoto</title>
<style type="text/css">
html, body {
	background:#fff;
	color:#111;
	font-family:museo, georgia;
	}

body {
	max-width:750px;
	margin:80px auto 0 auto;
	}
	
div {
	position:relative;
	margin:10px;
	background: #eee;
	padding:15px 20px 10px 20px;
}

div:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background: rgba(20, 20, 20, 1);
	content: ' ';
}
	
img {
	position:absolute;
	top:25px;
	right:17px;
	}
	
h1 {
	font-weight:normal;
	font-size:18pt;
	padding-bottom:20px;
	border-bottom:solid 1px #444;
	}
  
p {
	font-size:15px;
	line-height: 1.3;
	}

a {
	color:#0096d5;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
}
</style>
</head>
<body>
    <div>
    	<h1>Blipfoto is temporarily offline for maintenance.</h1>
    	<p>Please accept our apologies for the inconvenience - we will be back up shortly.</p>
    </div>
</body>
</html>
