.wrap {
 	position: relative;
 	width: 100%;
 	height: 100%;
 	min-width: 1250px;
 	min-height: 600px;
 	text-align: center;
}
.error {
	position:absolute;
	top: 50%;
	left: 50%;
 	width: 476px;
 	height: 406px;
 	margin: -212px 0 0 -238px;
 	padding: 30px 0;
}
.error h1 {
	font-size: 30px;
	color: #333;
	margin:30px auto 25px;
}
.error h1 span {
	font-size: inherit;
	color: #ff7a0f;
}
.error div {
	font-size: 14px;
	color: #4d4d4d;
	line-height: 22px;
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.error button {
	position: relative;
	width: 136px;
	height: 36px;
	line-height: 36px;
	background: #535353;
	color: #fff;
}