﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<title>Error 404 | James Justin & Co.</title>
</head>

<style type="text/css">

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

.gradient {
	background: #EEE;
	background: -webkit-linear-gradient(top, #FFF, #EEE);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#error {
	background: url(extras/error-404.png) center no-repeat;
	width: 733px;
	height: 471px;
	top: 50%;
	left: 50%;
	margin-top: -235.5px;
	margin-left: -366.5px;
	position: fixed;
	display: block;
    z-index: 10;
}

</style>

<body>
<div id="error"></div>
<div class="gradient"></div>
</body>
</html>
