

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>

</title>
    
    <style>
        .centered {
            position: fixed;
            top: 50%;
            left: 50%;
            /* bring your own prefixes */
            /* transform: translate(-50%, -50%);*/
            margin-top: -300px;
            margin-left: -250px;
        }
    </style>
</head>
<body>
     <div class="centered" style="">
         <div style="text-align: center;">
          <img src="/images/404-content.png" style="width: 100%; max-width: 500px;"/>
             <br />
             <br />
            
             <a href="/Default.aspx" style="text-decoration:none;">
                 <img src="/Images/home-button.png"/>
             </a>
         </div>
         </div>
</body>
</html>
