<?php
	header('HTTP/1.1 404 Not Found');
	header('Status: 404 Not Found');
?>
<?php get_header(); ?>
	<div class="separator"></div>
	<p><?php _e('Sorry, but the page you are looking for could not be found.', 'serifly') ?></p>
	<p class="break"></p>
	<div class="centerSearch">
		<?php get_search_form(); ?>
	</div>
<?php get_footer(); ?>