body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.error-wrapper {
	position: absolute;
	background: url(../img/background.png) no-repeat;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 800px;
    min-width: 800px;
    overflow: auto;
	overflow-y: hidden;
}

.error-type {
	width: 552px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -288px;
	top: 10%;
}

.error-type.access-lock {
	width: 260px;
	margin-left: -138px;
	top: 20%;
}

.error-info {
	text-align: center;
	position: absolute;
	width: 50%;
	top: 53%;
	left: 25%;
	color: #FFFFFF;
	z-index: 1;
}

.error-footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -15px;
}

.da-error-heading {
	font-size: 16px;
}

.da-error-des {
	font-size: 13px;
}

.back-home {
	margin-top: 20px;
}

.back-home a {
	width: 80px;
	color: #FFFFFF;
	padding: 10px 28px;
	margin-top: 10px;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.3);
	text-align: center;
	font-size: 13px;
}
