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 */
	background: #111;
}

img { border: 0; }

a { 
	text-decoration: none; 
	color: #aaa;
	font-size: 16px;
}

div#footer p img {	
	margin-top: -12px;
	border: 0;
}

div#distance { 
	margin-bottom: -190px; /* half of content height */	
	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: 380px;         /* required - desired height */
	width: 750px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#twitter {
	width: 750px;
	margin: 0 auto;
}

#twitter li {
	color: #eee;
	font-size: 1.1em;
}

#twitter li a {
	color: darkgreen;
}