.footer {
	width: inherit;
}

.footer-content {
	width: auto;
}

.footer-content {
	color: #666666;
	display: block;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	min-height: 37px;
    border: 1px solid #FFF;
    float: none;
}

.footer-content img.icon {
	vertical-align: middle;
	padding-right: 3px;
	padding-bottom: 0px;
}

.footer-content .footer-logo {
	margin: 4px 20px 0px 0;
    position: relative; 
    top: 5px;
}

.poweredby {
	color: #0066CC;
	padding-right: 25px;
}

.poweredby a {
	color: #0066CC;
	text-decoration: none;
}

.poweredby a:hover {
	text-decoration: underline;
}