
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

	<title>Server Maintenance Page</title>
	
	<style>
	
	body {
		color: #f6f6f6;
		padding-top: 80px;
		font: italic 24px/36px Georgia, Arial, Sans-serif;
		color: #999;
		text-align: center;
	}
	
	img {
		width: 300px;
		margin-top: 100px;
	}	
	</style>
	
</head>

<body>

<p>This website is currently undergoing maintenance. Please check back soon.</p>

<a href="http://anthologycreative.com" alt="Anthology Creative Web Design and Development"><img src="AnthologyCreative-Logo.png" title="Anthology Creative, Nashville, TN"></a>
</body>
</html>


