body  {
	margin: 0;
	padding: 0;
	line-height: 1.22em;
	font: normal 12px/18px Verdana, Arial, sans-serif;
	color: #fff;
	background: #961010 url(../img/bg.jpg) no-repeat 50% 0;
}

/* Reset Rules
------------------------------- */

ol,ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

a { outline: 0; }

/* Layout Rules
------------------------------- */

#container  {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 500px 0 0 0;
	background: url(../img/layer.gif) no-repeat;
}

#twitter {
	position: absolute;
	top: 226px;
	left: 548px;
	width: 262px;
	height: 21px;
	border: none;
	outline: 0;
}

#believers {
	position: absolute;
	top: 336px;
	left: 384px;
	font-size: 27px;
}

#doubters {
	position: absolute;
	top: 336px;
	left: 150px;
	font-size: 27px;
}

a#down {
	position: absolute;
	top: 311px;
	left: 542px;
	width: 148px;
	height: 148px;
}

a#down:hover { background: url(../img/btn_drop.gif) no-repeat; }

a#up {
	position: absolute;
	top: 311px;
	left: 707px;
	width: 148px;
	height: 148px;
}

a#up:hover { background: url(../img/btn_fine.gif) no-repeat; }

ul#the_brave { margin: 0 0 0 30px; }

ul#the_brave li {
	width: 220px;
	float: left;
	height: 52px;
	padding: 15px 0 0 80px;
	font-size: 14px;
	margin: 0 0 40px 0;
}

ul#the_brave li a { 
	display: block;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

ul#the_brave li a:hover { text-decoration: underline; }

ul#the_brave li.up { background: url(../img/up.gif) no-repeat; }
ul#the_brave li.down { background: url(../img/down.gif) no-repeat; }

a#twobytwo {
	position: absolute;
	top: 52px;
	right: -55px;
	width: 43px;
	height: 43px;
	background: url(../img/2x2.gif) no-repeat;
}

#update {
	padding: 10px;
	text-align: center;
	color: #fff; 
	font-weight: bold;
	background: #000;
}