body {
	margin: 0px;
	padding: 0px 0px 10px;
	background: #f0f0f0;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	min-height: 360px;
}

a {
	color: #3cf;
	text-decoration: underline;
}

#tweets {
	padding: 9px 9px 1px;
	width: 440px;
}

#tweets .entry {
	clear: both;
	background: #FFF url(../img/twitterSprite.png) -10px -70px;
	padding-left: 60px;
	margin-bottom: 10px;
}

#tweets .entry .image {
	height: 48px;
	width: 48px;
	overflow: hidden;
	position: relative;
	left: -60px;
	margin-bottom: -48px;
	background: #FFF;
}
#tweets .entry .image img {
	height: 48px;
	width: 48px;
	border-width: 0px;
	border-style: none;
}


#tweets .entry .text {
	padding: 10px;
	width: 360px;
	min-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(../img/twitterSprite.png) no-repeat -70px bottom;
}

#tweets .entry .text .author {
	font-weight: bold;
	padding-right: 8px;
}

#tweets .entry .text .timeStamp {
	color: #999;
	padding-left: 8px;
}
