<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title>Error! 404 Page not found</title>
	<style type="text/css">
	body {
		background: #d1d1d1 url("http://images.rescreatu.com/404/bg.gif") center top repeat-x;
		font-family: tahoma;
		font-size: 16px;
	}
	
	#error {
		width: 960px;
		height: 587px;
		background: url("http://images.rescreatu.com/404/404.png") no-repeat;
		margin-left: auto ;
		margin-right: auto ;
	}
	
	#message {
		text-align: center;
	}
	
	#message a:link, #header .login a:visited {color:#c43668;text-decoration:underline;}

	#message a:hover {color:white;}
		
	</style>
</head>
<body>

<div id="error"></div>
<div id="message">There has been an error with the page you have requested. Please <a href="javascript: history.go(-1)">click here</a> to go back.</div>
</body>
</html>