/* @override http://www.pressuredropinc.com/styles/site-errors.css */

#pdcontent {background: url(/images/underconstruction.gif) no-repeat;}

#errorBox {
	text-align: center;
	width: 300px;	
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 1.2em;
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px;
}
#errorBox h1 {
	color: #fc001d;
	font-size: 1.5em;
	font-weight: bold;
}

#errorBox a {
	color: #f99500;
	font-weight: bold;
}