<?
	http_response_code(403);
?>
<html>
<head>
	<meta charset="UTF-8">
	<title>403 Forbidden, You don't have permission to access this page</h1></title>
 <style type="text/css">
    body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
    div.dialog {
      width: 25em;
      padding: 0 4em;
      margin: 4em auto 0 auto;
      border: 1px solid #ccc;
      border-right-color: #999;
      border-bottom-color: #999;
    }
    h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  </style>
</head>

<body>
  <img src="/images/errorpage.gif" style="margin: 50px auto;">
</body>
</html>
