body {
	background:#c1deee;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin: auto;
}

#tweets {
	width: 400px;
	position: absolute;
	top:400px;
	left: 50%;
	margin-left: -200px;
	/* margin-top: -200px; */
}

.tweete {
	height: 60px;
}

.tweete img {
	float: left;
	margin: 4px;
	width: 48px;
	height: auto;
}
.tweete span {
	font-size: 11px;
	font-family: "Lucida Grande",Verdana,Tahoma,sans-serif;
}

#tweetx {
	background: white;
	border: 4px solid white;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding: 2px;
	min-height: 60px;
}

a {
	color: #01aef0;
	text-decoration: none;
}