div.tweet{
	background-image: url(../images/twitter_content_bg_repeat.png);
	position: relative;
}


.follow_btn{
	position: absolute;
	background-image: url(../images/twitter_btn_header.gif);
	width: 72px;
	height: 25px;
	text-indent: -5000px;
}
.follow_btn_top{
	top: 23px;
	right: 23px;
	z-index: 8;
}
.follow_btn_bottom{
	top: 365px;
	right: 23px;
}
#twitter_footer{
	position: absolute;
	left: 0;
	top: 397px;
	height: 10px;
	background: url(../images/twitter_box_footer.gif) no-repeat;
	width: 100%;

}

ul.tweet_list{
	margin: 0 !important;
	padding: 0 0 50px 0 !important;
	list-style: none;
	background: url(../images/twitter_header.png) no-repeat;
}

ul.tweet_list li{
	padding: 25px 0;
	position: relative;	
	border-bottom: 1px solid #e6e6e6;
	margin: 0 25px;
	font-size: 1.2em;
}

li.tweet_first{
	padding-top: 100px !important;
	font-size: 1.8em !important;
}


span.tweet_text a{
	color: #4f84b4;
}

span.tweet_time a{
	position: absolute;
	bottom: 10px;
	font-size: 10px;
	color: #9999a2;
}
.more{
	position: absolute;
	color: #2D963B;
	left: 25px;
	top: 370px;
}


/* Not Needed
***************************/
.tweet_avatar, .tweet_join{
	display: none;
}
