@charset "utf-8";

#body {
	background-color:#FFFFFF;
	margin:0px;
}

h1{
	display: block;
	width: 239px;
	height: 64px;
	background-image: url("/en/image/error/forbidden_title.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	margin:60px 0px 0px 165px;
}
#forbidden_text{
	display: block;
	width: 314px;
	height: 24px;
	background-image: url("/en/image/error/forbidden_text.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	margin:0px 0px 0px 65px;
}
#forbidden_detail{
	display: block;
	width: 470px;
	height: 30px;
	background-image: url("/en/image/error/forbidden_detail.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 65px;
}
#backHd{
	display: block;
	width:600px;
	background-image: url("/en/image/error/forbidden_back1.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#f1f1f1;
	margin: 20px 0px 100px 165px;
	padding: 30px 0px 0px 0px;
}
#backFt{
	display: block;
	width:600px;
	background-image: url("/en/image/error/forbidden_back2.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin:0px;
	background-color:#f1f1f1;
	padding: 0px 0px 30px 0px;
}

