<!DOCTYPE HTML>
<html>
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Page not found</title>

<style type="text/css">
body
{
    background:#ffecec;    
}
#container
{
    text-align: center;
}
#main
{

    display: inline-block;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 10px 10px 36px;
    margin:10px;
}
h1
{
    font-size: 150px;
    margin: 100px 0 0 0;

    
}

h2
{
    text-transform:uppercase;
}

</style>
</head>
<body>
    <div id="container">
        <div id="main">
            <h1>404</h1>
            <h2>Sorry! that page can not be found...</h2>
            <h4>The URL was either incorrect, you took a wrong guess or there is a technical problem.</h4>
        </div>
    </div>
</body>
</html>