#demo-container
	{
			width:800px;
			margin: 40px auto;
	}

#credits
	{
			background-color: rgba(0, 0, 0, 0.8);	 
			position:absolute;
			bottom:0;
			width:100%;
			min-height:32px;
	}

#credits a
{
	color:#FFF;
	text-decoration:none;
	display:block;
	float:right;
	clear:both;
}

#credits .more{
	width:46px;
	height:32px;
	display:block;
	position:absolute;
	float:left;	
	background-image: url('more.png');
	background-position:right center;
	background-repeat:no-repeat;
}