body{
	background:#fff;
	color: #555555;
	font-family:Georgia;
	font-size:12px;
	padding:0px;
	margin:0px;
	width:100%;
	line-height:160%;
}

.main{
	width:1000px;
	background:url(images/404.png) no-repeat bottom right;
	height:600px;
	text-align:left;
	padding-top:100px;
}

.img{
	background:url(images/img.png) no-repeat top left;
	width:646px;
	height:126px;
	margin-left:100px;
}

.text{
	width:626px;
	padding-top:30px;
	font-size:12px;
	color:666;
	font-style:italic;
	font-weight:bold;
	margin-left:110px;
}

.text a{
	color:#09F;
	text-decoration:underline;
}


.text a:hover{
	text-decoration:none;
}