<?php get_header(); ?>

<div id="mdg-mainbody">

<?php get_sidebar(); ?>

	<div id="mdg-looparea">

		<p class="mdg-404-img"><img src="<?php echo get_template_directory_uri(); ?>/images/404.png" alt="You got a duck riding a monkey" /></p>

		<h2 class="mdg-404">Something went wrong.</h2>

		<p class="mdg-404">I got 404 pages, but the one you were looking for ain't one of them. You should probably make use of your browser's back button, or check your history. If you typed the url, the page either moved, was taken down, or never existed. Or, you know, you spelled it wrong. That can happen. </p>

		<p class="mdg-404">If you got here by following a link, do me a favor and let the owner of the linking page know you got a 404. It makes his site better. It makes my site better. It improves the Internet as a whole. And that feels good.</p>

	</div>

</div>
<?php get_footer(); ?>