<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>404</title>
<link href="http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<style>

  html {
    //background-color: #D8D8E0;
  }
  body {
    background-color: white;
    width: 800px;
    margin: 30px auto 50px auto;
    font-size: 19pt;
    font-family: 'PT Serif';
    padding: 30px;
    border-radius: 10px;
  }
  h1 {
    margin-top: -7px;
  }
  a {
    text-decoration: none;
    color: #2E4AA5;
  }
  img {
    margin: 0 auto 0 auto;
    display: block;
  }
  .float-holder:before,
  .float-holder:after {
    content: "";
    display: table;
  }
  .float-holder:after {
    clear: both;
  }
</style>
</head>
<body>
<h1>404</h1>
<hr />
<p>Page you are searching does not exist in this system. Please go to <a href="/">Home</a></p>
</body>
</html>
