body {
	background: #333 url("images/bg.jpg") no-repeat top center;
	color: #666;
	font: 13px Trebuchet MS, Verdana, Arial, Helvetica, 'Sans-Serif';
}

img {
	display: block;
}

h1 img {
	margin: 10px auto 15px;
}

#cb {
	margin: 0 auto;
	height: 450px;
	position: relative;
	width: 960px;
}

#cb #content {
	left: 95px;
	padding: 1px; 
	position: absolute;
	top: 0;
}

#cb #content,
#cb #content li {
	height: 408px; 
	overflow: hidden;
	width: 768px; 
}

#cb #nav-prev {
	float: left;
	padding: 243px 0 0 20px;
	width: 75px;
}

#cb #nav-prev img {
	float: left;
}

#cb #nav-next {
	float: right;
	padding: 243px 20px 0 0;
	width: 75px;
}

#cb #nav-next img {
	float: right;
}

#footer {
	display: block;
	padding: 40px 0 30px;
	text-align: center;
	font-size: 12px;
}

.twitter{	
	text-align:left;
	background:url(images/twitter_bg.png) center no-repeat;
	height:95px;
	margin: 0 auto;
	width: 960px;
}

#tweet{
	width:580px;
	padding:20px 0 0 220px;
	text-align:left;
	color:#f56100;
}
	
	
#tweet a{
	color:#f56100;
	text-decoration:none;
}

#tweet a:hover{
	border-bottom:1px solid #f56100;
}

#tweet ul{
	list-style:none;
	margin:0;padding:0;
}

#tweet li{
	display:inline;
}

#info{
	text-align:right;
	font-size:12px;
	color:#848282;
}