@charset "utf-8";
/* CSS Document */

div#tweet {
  height:32px;
  width:950px;
  overflow:hidden;
  background: url(/images/twitter/feedbg.jpg) repeat-x;
  clear: both;
  font: normal 12px Arial, Helvetica, sans-serif;
  color:#FFF !important;
  padding-left:5px;
  padding-top:9px;
  position:relative;
  z-index:9;
}
div#tweet img { margin-top:-10px;}
#tweet a {
  color:#FF0000;
}
