<!DOCTYPE HTML>
<html lang="en-gb" dir="ltr">

<head>
<title>Web server error - 404 - page not found</title>

<style>
html {
	overflow-y: scroll;
	min-height: 100%;
}

/* Create a stacking context to prevent z-index issues */
body { position: relative; }

/* Remove background from selected images */
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

body { margin: 0; }

h1, h2, h3, h4, h5, h6 { margin: 25px 0 15px 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 36px; line-height: 36px; }
h2 { font-size: 24px; line-height: 24px; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; }

small { font-size: 11px; }


body
{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #444;
}


::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }
</style>


<style>
body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.center {
	position: absolute;
	top: 30%;
	left: 50%;
	text-align: center;
}

.error {
	margin: 0;
	font-size: 200px;
	line-height: 200px;
	font-weight: bold;
}

.title { margin: 20px 0 0 0; font-size: 230%; }

.message { margin: 20px auto 0 auto; font-size: 14px;}

/* Offline */
.error-offline .error {
	font-size: 150px;
	line-height: 150px;
}

.error-offline form.short > div { margin: 10px 0; }

/* Browser */
.error-browser .error { line-height: inherit; }

.error-browser .error a {
	display: block;
	width: 135px;
	height: 132px;
	float: left;
}

.error-browser .error a.firefox { background-position: -135px 0; }
.error-browser .error a.opera { background-position: -270px 0; }
.error-browser .error a.safari { background-position: -405px 0; }
.error-browser .error a.ie { background-position: -540px 0; }

.center {
	width: 800px;
	margin-left: -400px;
}

.error { text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7); text-shadow: 3px 3px #999999;}

.error > span {
	display: inline-block;
	position: relative;
}

.error > span:before {
	content: "";
	position: absolute;
	top: 70%;
	left: -30px;
	right: -30px;
	height: 80px;
	background-size: 100% 100%;
}

.message { width: 400px; }

/* Offline */
.error-offline .error > span:before { top: 65%; }
.error-offline .message { width: 350px; }

/* Browser */
.error-browser .message { width: 500px; }
</style>

<!--[if IE 6]>
<style>
body{height:100%;width:100%}.error,
.error
span{zoom:1}.error-browser
.error{font-size:20px;line-height:inherit}.error-browser .error
</style>
<![endif]-->

</head>

<body id="page" class="page">
	<div class="center error-404">
		<h1 class="error"><span>404</span></h1>
		<h2 class="title">Page not found</h2>
		<p class="message">You have requested a page that does not exist.  Please try again. You may also contact support at <a href="mailto:support@extremehosting.ca" style="color: #B95353;">support@extremehosting.ca</a>.</p>
	</div>

</body>
</html>