* {
	margin:0;
	padding:0;
}
body {
	background:url(images/error/error_bg.gif);
}

#error_content {
	width:924px;
	height:368px;
	margin:50px auto;
}
#error_content_l {
	background:url(images/error/error_content_l.png) no-repeat;
	width:282px;
	height:100%;
	float:left;
}
#error_content_c {
	background:url(images/error/error_content_c.png) repeat-x;
	width:552px;
	height:100%;
	float:left;
}
#error_content_r {
	background:url(images/error/error_content_r.png) no-repeat;
	width:90px;
	height:100%;
	float:left;
}
#error_content_text {
	width:552px;
	height:100%;
	float:left;
}
#error_title {
	background:url(images/error/error_title_2.png) no-repeat;
	height:36px;
	margin:98px auto auto 40px;
}
#error_text {
	color:#7a7979;
	font-size:14px;
	margin:30px auto auto 40px;
}
#error_buttons {
	margin:50px auto auto 20px;
}
#error_button_back {
	background:url(images/error/btn_back.gif) no-repeat;
	cursor:pointer;
}
#error_button_close {
	background:url(images/error/btn_close.gif) no-repeat;
	cursor:pointer;
}
.error_button {
	width:117px;
	height:43px;
	float:left;
	margin-right:20px;
}