#twitter_feed {
	width: 100%;
	background-color: #666;
}

#twitter_feed a:link {
	color: #27AAE1;
	text-decoration: none;
}

#twitter_feed a:visited {
	color: #27AAE1;
	text-decoration: none;
}

#twitter_feed a:hover {
	color: #27AAE1;
	text-decoration: underline;
}

#twitter_feed #text {
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	color: #ddd;
	font-size: 12px;
}

#twitter_feed img {
	float: left;
	height: 30px;
}