--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/aparatus/404.php Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,14 @@
+<?php get_header();?>
+<div class="main-container">
+<div class="title-area">
+Sorry - the page you're looking for doesn't exist
+</div><!--title-area-->
+<div class="post-title-big">
+<a href="<?php bloginfo('url');?>">Try Going Back Home</a>
+</div><!--post-title-big-->
+<div class="post-meta-data">
+..Or Use the Search Form to the Right..
+</div><!--post-meta-data-->
+</div><!--main-container-->
+<?php get_sidebar();?>
+<?php get_footer();?>
\ No newline at end of file