html, body {
	height: 100%;         /* required */
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance {
	margin-bottom: -10em;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	background-color: #99ff66;
}
div#content {
	position: relative;     /* horizontal centering hack for IE */
	height: 20em;         /* required - desired height */
	width: 700px;       /* required */
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#flsh {
	height: 150px;
	padding-top: 15%;
	padding-bottom: 15%;
}
#content  #flsh  p a {
	color: #999999;
	text-align: center;
	background-position: center;
}
#content p a:link{
	color: #999999;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}

