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

.not_found p {
	text-align:center;	
	font-size:1.8em;
	line-height:normal;
	font-weight:900;
	margin:20px;
}

.not_found img {
	width:90%;
	max-width:400px;
	margin:5px auto;
	display:block;
	}
	
.align-left { text-align:left !important;}