body {
	margin: 0;
	padding: 0;
	font: bold 13px Helvetica, Arial, Geneva, sans-serif;
	color: #090912;
	background: #ffffff;
}

img {
	border: 0;
	display:block;
} 

body a {
	color: #333333;
}

body a:hover {
	color: #2B8F3E;
}

body a:visited {
	color: #333333;
}

h1 {
	margin: 20px auto;
	height: 176px;
	width: 920px;
	text-indent: -99999px;
	background: url(../images/tweetwants.gif) no-repeat left top;
}

h2 {
	display: none;
}

h5 { 
	color: #7e7e7e; 
}


#container {
	width: 920px;
	margin: 0 auto;
	background: #7E7E7E;
}

#content {
	margin: -15px 40px 40px;
}

#sidebar {
	width: 270px;
	float: right;
	text-align: right;
	background: url(../images/sidebg.gif);
}

#description {
	padding: 10px;
	display: block;
	width: 227px;
}

ul#feed {
	list-style-type: none;
}

ul#feed li {
	margin-top: 17px;
	width: 530px;
	height: 80px;
	padding: 5px;
	background: url(../images/tweet.gif) no-repeat right;
}

ul#feed li#new {
	margin-left: -10px;
	margin-bottom: -5px;
}

ul#feed li p.tweet_avatar {
	float: left;
	position: relative;
	bottom: 8px;
	right: 50px;
	bottom: 20px;
	background-image: url(../images/user.gif);
	height: 60px;
	width: 60px;
}

ul#feed li img {
	padding: 6px;
}

ul#feed li#new p.tweet_avatar {
	right: 40px;
}

p.tweet_text {
	margin: 13px 30px 0 50px;
}

li#new p.tweet_text {
	margin: 17px 30px 0 65px;
}

p.tweet_text a {
	color: #7e7e7e;
	text-decoration:none;
}

p.tweet_text a:hover {
	color: #2B8F3E;
}

p.tweet_info {
	margin: 3px 0 0 100px;
	font-weight: normal;
	color: #7e7e7e;
}

p.tweet_info a {
	color: #7e7e7e;
}

p.tweet_info .created_at {
	color:#999999;
	float:right;
	font-size:10px;
	margin: 3px 20px 0px 0px;
	text-align:right; 
}

p.tweet_info .created_at a:hover {
	color: #2B8F3E;
}

#activity {
	position: relative;
	bottom: 33px;
	right: 40px;
	float: right;
}

#footer {
	width: 920px;
	height: 25px;
	width: 920px;
	text-indent: -99999px;
	background: url(../images/foot.gif) no-repeat left top;
}