body
{
	padding: 0;
}
.noFound
{
	height: 653px;
	background: url('../images/404.jpg') no-repeat 50% 50%;
	position: fixed;
	text-align: center;
	overflow: hidden;
	height: 100%;
}
.noFound img.bg
{
	height: 100%;
	width: 100%;
	border: 0;
	border: none;
}
.noFound img.text
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -393px;
	margin-top: -151px;
	border: 0;
	border: none;
}
.noFound .btnBox
{
	width: 486px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 45px;
	margin-left: -275px;
	margin-top: 117px;
}
.noFound .btnBox a
{
	margin: 0px 40px;
	display: inline-block;
	width: 130px;
	color: #fff;
	font-size: 18px;
	background: #0066b3 url("../images/jt1.png") no-repeat scroll 113px 50%;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
}
.noFound .btnBox a:hover
{
	background-color: #00c9ff;
}