body { 
	background: #fff; 
	height: 100%;
	text-align: center; 
	} 
#container { 
	height: inherit; 
	text-align: left; 
	width: 650px; 
	}
#twitter {
	height: auto;
	left: 49px;
	padding-bottom: 54px;
	position: absolute;
	top: 354px;
	width: 140px;
	z-index: 20;
	}
#twitter h2 {
	background: transparent url(tweet.png) no-repeat;
	color: #29bdf2;
	font: bold 12px arial, helvetica, sans-serif;
	margin: 0 0 5px;
	padding: 3px 0 0 25px;
	}
#twitter #tweet {
	margin-top: 10px;
	}
#twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#twitter li {
	font: 10px arial, helvetica, sans-serif;
	margin-bottom: 10px;
	}
#twitter span.author {
	color: #29bdf2;
	font-weight: bold;
	}
