.tweet {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
  	width: 980px;
	height: 30px;
	background: url(twitter-l.png) no-repeat;
   }
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding-left: 160px;
	padding-top: 7px;
	 }
    .tweet .tweet_list li {
      overflow: auto;
      padding: 2px; }
      .tweet .tweet_list li a {
        color: #3bbaee; }

