#twitter {
	background-color: #eee;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#twitter-header {
	background-color: red;
	width: 100%;
}

#twitter-header h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-weight: normal;
}

.tweet_list {
	list-style-type: none;
	margin:  20px 20px 0 0;
	padding: 0;
}

.tweet_list li {
	margin: 0;
	padding: 15px;
	padding-bottom: 9em;
	height: 200px;
	width: 170px;
	float: left;
	background-image: url('../images/tweet-bg.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #666;
	margin-right: 30px;
	overflow: hidden;
	font-size: 11px;
}

#tweet-content
{
	position: relative;
	min-height: 100%;
}

* html #tweet-content
{
	height: 100%;
}

.tweet_list li a {
	color: red;
}

#tweet-footer {
	margin: -4.5em auto 0;
	position:relative;
	display: block;
}

.tweet_avatar {
	display: block;
	float: left;
}
.tweet-date {
	display: block;
	float: right;
	width: 110px;
}
.tweet-date a {
	color: #666;
	font-weight: normal;
	font-style: italic;
}