<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
	<head>
		<title>Let's Bike DC: Discontinued</title>
		<style>
		body {
			background-color: #ccc;
		}
		
		#outer {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 100%;
      height: 1px;
      overflow: visible;
    }

    #inner {
      width: 540px; /* 600 minus padding */
      height: 190px; /* 250 minus padding */
      padding: 30px;
      margin-left: -300px;  /***  width / 2   ***/
      position: absolute;
      top: -200px;          /***  height / 2   ***/
      left: 50%;
      
      text-align: center;
			border: 2px solid #999;
			background-color: #eee;
			font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    }
		</style>
	</head>
	<body>
		<div id="outer"><div id="inner">
			<h1>So Sorry</h1>
			<p>This blog has been discontinued. You can read my posts about biking and other stuff on my personal blog:</p>
			<p><a href="http://www.brockboland.com">BrockBoland.com</a></p>
		</div></div>
	</body>
</html>
