
#tweets{
	position: absolute; 
	bottom:0px; 
	left:50%;
	width:840px;
	margin-left: -420px; 
	height:25px; 
	z-index:100;
	background-image: url(../images/footer_small2.png);
	background-repeat: no-repeat;
}

.tweet{
	line-height: 25px;
	color:#FFF;
	font-size: 10px;
	overflow: hidden;
}

.tweetContent{
	float: left;
	margin-left:58px;
}

.tweetTimePosted{
	float:right;
	color:#999999;
	margin-right:35px;
}