body {
	background-color: #373737;
	background-image: url(images/body_bg.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin: 20px 0 30px 0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#topbar {
	position: relative;
	width: 980px;
	height: 207px;
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
}

.twitter_container {
	position: relative;
	color:#444;
	font-size: 18px;
	width: 980px;
	background: #ffffff;
	margin: 20px 0 0 0;
}

.twitter_container a {
	color: #dd1f26;
	text-decoration: none;
}

.twitter_status {
	padding: 20px;
	border-bottom: dotted 1px #cccccc;
	background: #FFF;
}

#twitter-results {
	border-top: 5px solid #dd1f26;
	background-color: #cccccc;
}

.sponsors {
	position: relative;
	margin: 30px 0 0 0;
}

.light {
	color: #999999;
}