html, body {
	height: 100%;         /* required */
}
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: -150px; /* half of content height */
	background:none;     /* 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: center;     /* horizontal centering hack for IE */
	height: 70px;         /* required - desired height */
	width: 300px;          /* required - desired width */
	background: #333333;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 20px solid #333333;
	padding:0;
}

.textcontent1 {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #cccccc;
	font-weight: normal;
	line-height: 2;
	
}
