body {
	background-image:url(images/404.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#63773c;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
}
.wrap{
	width:900px;
	height:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:auto;
	right:auto;	
}
.error {
	float:left;	
	margin:540px 0 0 468px;
	width:400px;
	text-align:center;
}
a:link {
	color:#7e9355;
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
}
a:visited {
	color:#7e9355;
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color:#7e9355;
	font-size:20px;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#63773c;
	font-size:20px;
	text-decoration:undeline;
	font-weight:bold;
}

