.twitStream {
	font-size: 27px;
}
.twitStream a:link{ color: #000; font-family: helvetica; font-size: 27px;}

.tweet{ color: #000; display: block; width: 450px; padding: 0.4em; margin: 0.9em; }


.tweet-left img{
	display: none;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}

#livestream {
	border: 0px solid #000;
	background-color: #000000;
	padding-left: 43px;
}
#livestreamtwee {
	border: 0px solid #000;
	background-color: #000000;
	padding-left: 43px;
}

#tweetContainer1, #tweetContainer2, #livestream, #livestreamtwee {
	height: 304px;
}

#tweetContainer1, #tweetContainer2 {
	font-family: helvetica;
	background-color: #eeecec; 
	width: 500px; 
	height: 304px;
	position: relative;
}

#container {
	width: 1000px;
	height: 610px;
	border: 0px solid #000000;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	
}

#footer {
	font-family: helvetica;
	font-size: 13px;
	clear: both;
	padding-top: 13px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	}
#footer a:link, a:visited {
	text-decoration: none;
	}
	
	#leftColumn {
		float: left;
	}
	
	#rightColumn {
		float: right;
	}
	#balk {
	width: 500px;
	height: 30px;
	background: #fff;
	border: 0px solid #000;
	position: absolute;
	z-index: 1;
	}
	
.tweetHeader {
	height: 20px;
	background: #ccccec;
	padding-top: 5px;
	padding-left: 7px;
}

.tweetFooter {
	text-align: right;
	font-size: 10px;
	width: 500px;
	position: absolute;
	bottom: 0;
	padding-right: -27px;
	padding-bottom: 5px; 
}
#tweetFooter a:link, a:visited {
	color: #000;
	text-decoration: none;
	}
