#tweeter_top {
background-image: url(../title.png);
width: 179px;
height: 34px;
}

#tweeter_footer {
background-image: url(../footer.png);
width: 179px;
height: 65px;
}

.tweetname {
color: #658503;
font-size: 8pt;
}

.tweet
{
display: block;
background: #f3f9e1;
clear: both;
padding: .1em;
overflow: hidden;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #1670ab;
border: 1px #9bcd00 solid;
}



.tweet img
{
float: left;
margin-right: 0.4em;
border: 0px solid #1e5b72;
background: #444;
}
.tweet p.text
{
margin: 0;
padding: 0;
padding-left: 0px;
}
.monitter {
position: relative;
width: 179px;
height: 600px;
margin: 0px;

background: #fff; 
overflow:hidden;
}

.tweetlink:link, .tweetlink:visted{
color: #000;
}

.tweetlink:hover !important{
color: #fff;
}
