#error-container {
	width:670px;
	margin: 150px auto;
}
.error-picture {
	float:left;
}
#error-logo {
	background:url(/images/errors/maintenance-logo.png) no-repeat left;
	width:200px;
	height:40px;
	margin:5px 0;	
}
#error-box {
	background:url(/images/errors/whitebox-bg.png) repeat-y;
	width:400px;	
	margin:5px 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#error-box .top {
	background:url(/images/errors/whitebox-top.png) no-repeat top;
}
#error-box .bottom {
	background:url(/images/errors/whitebox-bottom.png) no-repeat bottom;
	padding: 20px 25px 25px 25px;
}
#error-box p {
	margin: 7px 0;
}
#error-box strong {
	font-size:12px;
}


a {
  outline: none;
}
a:link, a:active, a:visited {
  color: blue;
}
a:hover {
  text-decoration: none;
}
