body
{
	background-image: url('background.jpg');
	background-color: #292F3A;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma;
	background-attachment: fixed;
	overflow: scroll;
}
body *
{
	font-family: inherit;
	line-height: 20px;
}
h1
{
	background-image: url('h2klogo.png');
	width: 119px;
	height: 155px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 50px auto;
}
#tweets
{
	margin: 0px auto;
	width: 960px;
}
#tweets>div
{
	width: 310px;
	float: left;
}
#tweets ul
{	
	padding: 0px;
}
#tweets li, div.header
{
	font-size: 12px;
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;
	list-style-type: none;
	background-image: url('bg.png');
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	height: 100px;
}
h2
{
	font-size: 14px;
	padding: 8px;
	margin: 0px;
	padding-left: 42px;
	background-image: url('twitterlogo.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
}
a
{
	text-decoration: none;
	color: #487DD0;
}
img.left
{
	float: left;
	margin-right: 5px;
}

#ads
{
	width: 468px;
	margin: 20px auto;
	clear: both;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	background-color: #FFF;
}