body {
  font-family: "Trebuchet MS", sans-serif;
}

/** Style the tweets */
.wrapper {height:93px; margin-bottom:3px;}
.twitterheader
{
	height:15px;
	width: 220px;
	border-top: 2px solid #d6ed00;
	margin:0px 0 0px 10px;
	padding:;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	padding: 5px 0px 0px;
}

.twitters {
font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	line-height:110%;
	}
.twitters a{
	color:#d6ed00;
	}	

.twitters ul {
  list-style: none;
  padding: 0;
  width:200px;
}

#container { width: 220px; height: 76%; margin-right:10px; margin-left:10px; display: table; }
	#position { display: table-cell; vertical-align: middle; }

