#divCenter {
	position: absolute;
	margin-top: -240px;
	margin-left: -320px;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 480px;
	background-image: url(/error/images/bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}

#divTitle {
	width: 455px;
	height: 22px;
	position: absolute;
	top: 72px;
	left: 91px;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}


#divText {
	width: 455px;
	height: 225px;
	position: absolute;
	top: 102px;
	left: 91px;
}

#divText a {
	text-decoration: underline;
	color: #000000;
}

#divText p {
	margin-bottom: 12px;
	margin-top: 0px;
}

#divLogo {
	width: 250px;
	height: 51px;
	position: absolute;
	top: 364px;
	left: 299px;
}

