@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
#centercontainer {
	text-align:center;
	margin:100px auto;
	background: url('../images/image_errorbg_01.gif') no-repeat;
	width: 770px;
	height: 680px;
	position: relative;
}
div.error400 {
	background: url(../images/title_400.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error401 {
	background: url(../images/title_401.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error403 {
	background: url(../images/title_403.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error404 {
	background: url(../images/title_404.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error500 {
	background: url(../images/title_500.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error501 {
	background: url(../images/title_501.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error502 {
	background: url(../images/title_502.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.error503 {
	background: url(../images/title_503.gif) no-repeat;
	height: 57px;
	width: 148px;
	position: absolute;
	left: 190px;
	top: 150px;
}
div.copy {
	color:#545454;
	font-size: 16px;
	position: absolute;
	left: 350px;
	top: 170px;
	width: 300px;
	font-weight: bold;
	text-align: left;
	height: 30px;
}