* {
	margin: 0;
	padding: 0;
}
html {
	display: table;
	width: 100%;
	height: 100%;
}
body {
	display: table-cell;
	vertical-align: middle;
	background-color:#FFF;
}
#blockCentering {
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	border:1px solid #A5BFC5;
	background:url(/exec/common/images/error404bg.gif) no-repeat right bottom;
	width: 600px;
	height: 300px;
}
#blockCentering2 {
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	border:1px solid #A5BFC5;
	background:url(/exec/common/images/maintenancebg.gif) no-repeat right bottom;
	width: 600px;
	height: 300px;
}
#blockCentering3 {
	text-align: left;
	margin: 0 auto;
	padding: 15px;
	border:1px solid #A5BFC5;
	width: 600px;
	height: 340px;
}
.Error404 {
	background-color:#EBF4FE;
	padding:10px;
	font-weight:bold;
	font-size:16px;
}
.siteLogo {
	margin-bottom:5px; text-align:right; }
p {
	margin:20px 0;
	font-size:14px;
	line-height:150%;
}
ul.linkLtBl {
	margin:10px;
	list-style:none;
}
ul.linkLtBl li {
	background:url(/exec/common/images/arrow_sq_blue.gif) left center no-repeat;
	padding:5px 0 5px 18px;
	margin-bottom:5px;
	font-size:14px;
}
/* for IE6 */
	* html body {
	text-align: center;
	height: 100%;
}
* html #blockCentering, * html #blockCentering2, * html #blockCentering3 {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
/* for IE7 */
	*:first-child+html body {
	text-align: center;
	height: 100%;
}
*:first-child+html #blockCentering, *:first-child+html #blockCentering2, *:first-child+html #blockCentering3 {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}
*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

