.illus-404{
	background: url(/sites/default/files/common/404/img/illus-404.png) no-repeat scroll;
    background-position: 50% 80%; 	
    height: 600px;
    width: 100%;
    padding: 10px 0 0 0;
}

.illus-404 p:first-child {
	font-size:20px;
}

.illus-404 p a{
	font-weight:bold;
}


@media (max-width: 991px)
{
	.illus-404{
		background-position: 50% 100%;
		height: 640px;
	}
}

@media (max-width: 480px)
{
	.illus-404{
		height: 680px;
	}
}
