img {
	border: none;
}
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	text-indent: -2500px;
	background: url('gfx/404_titles.png') no-repeat 0 0;
}
h1 {
	width: 281px;
	height: 160px;
	margin: 15px 0 18px;
	font-size: 160px;
	line-height: 160px;
	background-position: center 0;
}
h2 {
	width: 281px;
	height: 40px;
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 40px;
	background-position: center -160px;
}
h3 {
	margin: 0 0 5px 0;
	font-size: 26px;
	height: 36px;
	line-height: 36px;
}
h4 {
	width: 281px;
	height: 20px;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	background-position: center -200px;
}
a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #8e8a68 url('gfx/404_body_bg.png') repeat center center;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	min-width: 960px;
}
#logo {
	margin: 15px 0 100px 0;
}
#content {
	min-height: 400px;
	padding: 25px 0;
	background: url('gfx/404_content_bg.png') no-repeat 0 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 0px;
	overflow: hidden;
}
#error-wrapper {
	margin: 0 auto;
	width: 281px;
	text-align: center;
}

