@charset "utf-8";
/* CSS Document */

body{
	background:url(../common_img/404_header_bg.gif) repeat-x;
	}
div{
	width:100%;
	height:100%;
	position:relative;
	}

h1{
	width:100%;
	height:150px;
	background:url(../common_img/404_header.gif) no-repeat;
	margin:0 0 20px 0;
	text-indent:-9999px;
	}

h2{
	margin:0 0 10px 0;
	text-indent:20px;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	}
p{
	margin:0 0 40px 0;
	text-indent:20px;
	}
p#copyright{
	width:100%;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	line-height:20px;
	text-align:right;
	margin:0 0 0 0;
	font-size:11px;
	font-family:sans-serif;
	color:#585858;
	}
p#copyright span{
	display:block;
	text-align:right;
	padding:0 10px 0 0;
	}
	