/* ======================================================= */
/* 404 Error Page and Maintenance Mode Page
/* ======================================================= */

.error_page {
	text-align:center;
	height:100%;
}
.error_page span {
	text-align:center;
	color:#00aedf;
}
.error_page h1 {
	font-size:80px;
	margin:70px 0 70px 0;
	line-height:80px;
}
.error_page p {
	font-size:20px;
	line-height:24px;
	text-align:center;
}
.bannerbkg {
	background:url(../images/images_framework/bannerbkg.jpg) repeat-x;
	background-position:top center;
	background-repeat: repeat-x;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:0px;
}