<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Page not found</title>
	<link href="/content/common/theme/web/style/common.css" rel="stylesheet" type="text/css" />
	<link href="/content/common/theme/web/style/layout.css" rel="stylesheet" type="text/css" />
	<link href="/content/template/style/style.css" rel="stylesheet" type="text/css" />
	<link href="/content/template/notFound/style/style.css" rel="stylesheet" type="text/css" />
</head>
<body class="topAside">
<header class="pageHeader">
	<h1 class="logo">Logo</h1>
</header>
<div class="pageBody">
	404
</div>
<footer class="pageFooter">
footer
</footer>
</body>
</html>