body {
	background: #BEBEBE url(../images/content_bg.png) repeat-y top center;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

#content {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	height: 100%;
	width: 360px;
	text-shadow: #FFF 0px 1px 1px;
}

#links {
	text-align: center;
	font-size: 13px;
}

#header {
	padding-top: 10px;
	text-align: center;
}

#tweets {
	padding-top: 20px;
}

div.tweets {
}

div.tweet {
	padding-bottom: 10px;
	font-size: 13px;
}

.tweet>.body {
}

.tweet>.posted-at {
	display:block;
	color: #777;
	font-style: italic;
}

#copyright {
	text-align: center;
	font-size: 11px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
} 

a:hover {
	color: #666;
}

