File: /home/slyfwmm/foar/wp-content/themes/flexfit/404.php
<?php get_header(); ?>
<div id="page" class="border-top clearfix">
<div id="subtitle">
<h1><?php _e('Error 404 - Page not found.', 'framework'); ?></h1>
<div id="breadcrumb"><?php the_breadcrumb(); ?></div>
<div class="hr4"><span class="seperator"></span><span class="lightborder"></span></div>
</div>
<div id="content-part">
<h3><?php _e("Sorry, but we couldn't find the page you requested.", 'framework') ?></h3>
</div>
</div>
<?php get_footer(); ?>