#footer_wrapper
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #121451;
	height: 250px;
	width: 100%;
}

#footer
{
	margin: 0px auto;
	padding: 50px 0px 0px;
	width: 980px;
	color: #bbb;
	font-size: 12px;
	display: table;
}

#footer div
{
	display: table-cell;
	vertical-align: middle;
}

#footer div:first-child
{
	white-space: nowrap;	
}

#footer div:last-child
{
	text-align: right;
	width: 100%;
}

#footer div:last-child a
{
	margin: 0px 5px;
	filter: alpha(opacity=6);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#footer div:last-child a:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#footer div:last-child img
{
	height: 50px;
}

#footer a
{
	color: #fff;	
}