body {
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #000 url('bg.jpg') no-repeat fixed top center;
	color: #fff;
	margin-top: 75px;
}
h1 {
	font-size: 48px;
	font-weight: 100;
	text-align: left;
	color: #fcd6ff;
}
h2 {
	font-size: 24px;
	font-weight: 100;
	color: #bcfffb;
}
img {
	border: 0px;
}
p {
	line-height: 150%;
}
a {
	color: #d6ffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#activityFeed ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#activityFeed ul li {
	background-color: #232323 !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	margin-bottom: 1px !important;
	padding: 5px 5px 5px 34px !important;
	font-size: 11px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#container {
	width: 940px;
	margin: auto;
}

#lc {
	float: left;
	width: 580px;
}
#rc {
	float: right;
	width: 320px;
}
#top {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	padding: 20px;
	background-color: #000;
	font-size: 10px;
	border-bottom: 1px solid #fcd6ff;
}
#twitter {
	position: fixed;
	right: 20px;
	top: 12px;
}
#download {
	padding: 10px;
	background-color: #fcd6ff;
	color: #000;
	text-align: center;
}
#download a {
	color: #0090ff;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	margin: 0;
	padding: 0;
}
