body {
	background-color: #aaaaaa;
}

.notfound, .notfnound {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
/*	position: absolute;*/
	margin: 100px auto;
}

.notfnound {
	width: 100px;
	height: 100px;
	background-image: url(../cat2.png);
}

.notfound {
	width: 200px;
	height: 100px;
	background-image: url(../logo.png);
}
