<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page couldn't be found.</title>
<link rel="stylesheet" media="screen" href="/style.css">
<script language="JavaScript">
			function dosearch() {
			var sf=document.searchform;
			var submitto = sf.sengine.value + escape(sf.searchterms.value);
			window.location.href = submitto;
			return false;
			}
		</script>
</head>
<body>
<div class="header">
</div>
<p class="error">404</p>
<div class="content">
<h2>page coulnd't be found</h2>
<p class="text">
Oooooops… it looks like the page you were looking for does not exist anymore or is temporarily unavailable. You might want to search our website or browse our website. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
<form name="searchform" onSubmit="return dosearch();">
<input type="hidden" name="sengine" value="http://www.google.com/search?q=" />
<input type="text" name="searchterms" class="inputform">
<input type="submit" name="SearchSubmit" value="Search" class="button">
</form>

</p>
<p class="links">
<a id="button" href="#">&larr; Back</a> <a href="#">Homepage</a> <a href="#">Portfolio</a> <a href="#">About Us</a> <a href="#">Blog</a>

</p>
</div>
</body>
</html>