body {
	background-color: #000;
}
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
div#error_box {
	background: url(http://shydog9.com/images/error.jpg) top left no-repeat;
	width: 560px;
	height: 560px;
	margin: 50px auto 0px auto;
	position: relative;
}
p.error_message{
	width: 400px;
	color:#333;
	margin: 0px auto;
	padding: 20px;
	background-color:#CCC;
	border: thin solid #ff3333;
}
