#error-page {
	background: #fff;
	font-family: Arial, Verdana, sans-serif;
}

.supercenter {
  position:absolute;
  left: 50%; 
  top: 50%;
  width: 450px;
  height: 20em;
  margin-top: -10em; /* half of the height */
  margin-left: -225px; /* half of the width */
}

#error-page  h1 {
	margin-bottom: 30px;
	font-size: 200%;
	color: #900;
	font-weight: normal;
	line-height: 100%;
	font-family: Georgia, Times New Roman, serif;
	text-align: center;
	
}

#error-page  p {
	margin-bottom: 25px;
	font-size: 120%;
}

#error-page  a {
	text-decoration: underline;
}

#error-page ul {
	
}

#error-page li {
	margin-bottom: 0;
	font-size: 90%;
}

#error-page p {
	font-size: 90%;
	text-align: center;
}