<? 
include('includes/header.php')
?>
<div align="center">
<h1>Credits</h1>
<table width=75% border=0 align="center">
	<tr style="font-weight: bold;">
		<td width=50% style="border-bottom: 1px solid #1F1F1F">Contribution</td>
		<td width=25% style="border-bottom: 1px solid #1F1F1F">Name</td>
		<td width=25% style="border-bottom: 1px solid #1F1F1F">Mud</td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">This wonderful website and all it's beauty!</td>
		<td style="border-bottom: 1px solid #1F1F1F">Asylumius</td>
		<td style="border-bottom: 1px solid #1F1F1F">&nbsp;</td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">For the hosting of this beautiful Con!</td>
		<td style="border-bottom: 1px solid #1F1F1F">Samson</td>
		<td style="border-bottom: 1px solid #1F1F1F"><a href="http://www.arthrmoor.com">http://www.arthrmoor.com</a></td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">Master StoryTeller Competition Judge</td>
		<td style="border-bottom: 1px solid #1F1F1F">Crystal</td>
		<td style="border-bottom: 1px solid #1F1F1F"><a href="http://www.adventmud.org">http://www.adventmud.org</a></td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">Master StoryTeller Competition Judge</td>
		<td style="border-bottom: 1px solid #1F1F1F">Conner</td>
		<td style="border-bottom: 1px solid #1F1F1F"><a href="http://tcdbbs.zapto.org">http://tcdbbs.zapto.org</a></td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">Master StoryTeller Competition Judge</td>
		<td style="border-bottom: 1px solid #1F1F1F">Noximist</td>
		<td style="border-bottom: 1px solid #1F1F1F"><a href="http://www.adarkportal.com">http://www.adarkportal.com</a></td>
	</tr>
	<tr>
		<td style="border-bottom: 1px solid #1F1F1F">Many great ideas and suggestions</td>
		<td style="border-bottom: 1px solid #1F1F1F">Alexander Tau</td>
		<td style="border-bottom: 1px solid #1F1F1F"><a href="http://www.TheUltimateGalaxy.org">http://www.TheUltimateGalaxy.org</a></td>
	</tr>
</table>
</div>
<?
include('includes/footer.php')
?>