div#error
{
	width: 700px;
	padding: 0px;
	margin-left: 10px;
	float:left;
	background: url(../images/bg2.jpg) no-repeat fixed center 40px;	
}

div#error h2
{
	font-size: 30px;
	color: #FF6600;
	margin: 10px 20px 50px 20px;
	padding: 0px;
	letter-spacing: 0.25em;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}

div#error p
{
	font-size: 16px;
	color: #000000;
	margin: 50px 50px 80px 50px;
	padding: 20px 0px 20px 0px;
	text-align: center;
	line-height: 175%;
	border-bottom: 1px dashed #FF6600;
	border-top: 1px dashed #FF6600;
	font-weight: bold;
}

div#error img
{
	margin-bottom: 100px;
}

