body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-image: url(placeholder5.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#menu {
	float: left;
	width: 200px;
	margin: 4px 0px; 
	font-size: 16px;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	text-align: right;
	margin: 5px 0px;
	width: 195px;
	display:block;
	text-decoration: none;
	padding: 2px 5px 2px 0px;
	background-image: url(tweetbkg.png);
}

#footer {
	position: relative;
	height: 100px;
	width: 960px;
}
#links {
	float: left;
	width: 479px;
}
a{
	color: #CCCCCC;
	text-decoration: none;
	border: 0px none;
}
a hover{
	text-decoration: underline;
}
a img{
	border: none;
}
#twitterUserTimeline{
	width: 495px;
	height: 400px;
	position: absolute;
	left: 327px;
	top: 19px;
	margin: 6px;
}
.tweets {
	/* something */
	align: center;
}		
.tweet {
	/* background: #01315a; */
	margin: 4px 0;
	width: 470px;
	padding: 8px;
	/* rounded corners */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(tweetbkg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	align: center;
}
.tweet img {
	float: left;
	margin: 0 8px 4px 0;
}
.tweet .text {
	margin: 0;
}
.tweet .time {
	font-size: 80%;
	color: #888;
	white-space: nowrap;
}
#twitterSearch .tweet {
	min-height: 24px;
}
#twitterSearch .tweet .text {
	margin-left: 32px;
}

.follow{
	margin: 4px 0;
	width: 470px;
	padding: 8px; /* rounded corners */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: url(tweetbkg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	align: center;
	vertical-align: top;
}
