div#error img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top :0;
	left: 0;
}
div#error div.error-message {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -250px;
	text-align: center;
}
div#error img {
	margin-bottom: 20px;
}
div#error div.error-message p {
	margin-bottom: 40px;
	font-size: 1.4em;
}
div#error div.error-message p.backtotop {
	font-weight: bold;
}
div#error div.error-message p.backtotop span a {
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #009fde;
}
div#error div.error-message p.backtotop span a:hover {
	background-color: #fff;
	color: #ea8400;
}
div#error footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 0.8em;
}