html, body {
	height: 100%;         /* required */
	background-color: #222;
	color:#fff;
}
body {
	text-align: left;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
}
div#distance { 
	margin-bottom: -56px; /* half of content height */
	background:#222;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 115px;         /* required - desired height */
	width: 500px;          /* required - desired width */
	background: #222;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

/* Site Styles */
h1 {
	font-size:36px;
}

h2 {
	font-size:12px;
}

.highlight {
	padding:5px;
	background-color: #ff66ff;
	color: #333;
}

a:link {
	color:#ff66ff;
	text-decoration: none;
}

a:visited {
	color:#ff66ff;
	text-decoration: none;
}
a:hover {
	color:#ff66ff;
	text-decoration: none;
}
a:active {
	color:#ff66ff;
	text-decoration: none;
}
