

#error {
	margin: auto;
	margin-top: 50px;
	width: 700px;
	text-align: center;
	padding: 5px;
	background-image: url(i/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 300px;
}

#error-left {
	margin-left: 30px;
	margin-top: 50px;
	text-align: left;
	padding: 5px;
	background-image: url(i/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 300px;
}

#error h1, #error-left h1 {
	margin-top: 50px;
	display: block;
	margin-left: 320px;
	color: #cc0033;
}

#error small, #error-left small {
	display: block;
	margin-left: 320px;
	color: #ff0033;
}

#error small div, #error-left small div {
	margin-bottom: 5px;
}
