<!DOCTYPE html><html lang="x-default">
<head>
    <title>500 Error</title>
<link href="https://asset.msi.com/error/css/bootstrap.min.css" rel="stylesheet">
<link href="https://asset.msi.com/error/css/main.min.css" rel="stylesheet">
<link href="https://asset.msi.com/error/css/msiNav02.min.css?v=2017112118" rel="stylesheet">
<style>
body { padding:25px 15px; background: #ffffff; }
.box500 { min-height:451px; background: #ffffff; padding-top: 5%; color: rgb(0, 0, 0); }
.box500 .info { font-size: 1.2em; line-height: 1.7em; }
.box500 .info ol { padding-left: 35px; }
.box500 .info a { text-decoration: underline; color: rgb(0, 0, 0); }
.box500 .info h2{ font-family: "DINPro-Regular", Arial, Verdana, "Geneva", sans-serif;}
</style>
</head>
<body>
<header id="header">
    <nav class=" navbar" style="margin-bottom: 0px;">
        <div class="container-fluid3">
            <!-- Brand and toggle get grouped for better mobile display -->
            <div class="navbar-header">
                <img src="https://storage-asset.msi.com/error/image//logo.png" alt="MSI®" style="height: 50px;">
            </div>
        </div>
        <!-- /.container-fluid -->
    </nav>
</header>
<div class="container-fluid">
    <!-- Page Container -->
    <div class="page-container box500">
        <div class="info col-lg-4 col-md-6 col-sm-6 col-xs-12">
                <h2>We are Sorry !</h2>
                <p>The server is currently unable to handle the request<br>
due to a temporary overloading or maintenance of the server.<br>
					Please try again later.
                    <br>
                    <br>
                </p>
        </div>
        <div class="col-sm-6 col-xs-12"><img src="https://storage-asset.msi.com/error/image//500.jpg" width="100%" class="img-responsive" alt=""/></div>
    </div>
    <!-- /Page Container -->
</div>
</body>
</html>