html, body {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-size: 14px;
}

#error {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 微軟正黑體, 新細明體, 細明體, Arial, sans-serif;
	color: #000;
}

#error #header {
	width: 100%;
	background: url("/images/zh/error/header_bg.gif") 0 0 repeat-x;
}

#error #content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}

#error #content #leftborder {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
}

#error #content #rightborder {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%;
	height: 100%;
}

#error #content #btmborder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#error #content div#message {
	margin: 0 auto;
	padding-top: 80px;
	width: 800px;
	height: 400px;
}

div#message #mainimage {
	float: left;
	margin-right: 20px;
}

div#message-desc {
	float: left;
}

div#message-desc h1 {
	margin: 0;
	padding: 8px 0 0 65px;
	height: 44px;
	width: 280px;
	color: #cb9f38;
	font-size: 28px;
	font-weight: normal;
	background: url("/images/zh/error/exclaim.jpg") 0 0 no-repeat;
}

div#message-desc h2 {
	margin: 20px 0 0;
	color: #c70000;
	font-size: 12px;
	font-weight: bold;
}

div#message-desc p ol {
	margin: 10px 0 0;
	width: 380px;
	font-size: 12px;
	font-weight: normal;
}

a#backbtn img {
	margin: 10px 0 0;
}

* html #content {
	height: 100%;
	min-height: 100%;
}


