/* Error Pages */

div#error {
	text-align: center;
	background-color: white;
}

div#error h1 {
	font-size: 300%;
	font-weight: bold;
	color: red;
	padding: 5px;
	margin-top: 100px;
}

div#error h2 {
	font-size: 200%;
}

div#error p {
	font-size: 150%;
	
}