@import url("/3rdparty/css/reset-min.css");

html {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(/error/img/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ddd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

a {
	color: #333;
}

#container {
	display: block;
	width: 600px;
	padding: 50px;
	background-color: #fff;
	margin: 0px auto;
	margin-top: 100px;
	min-height: 250px;
}

h1 {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -3px;
	font-weight: bold;
	margin-left: -2px;
	margin-bottom: 5px;
}


h2 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
