#footerWrapper {
	background:#000;
	background-image:url(../imgs/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
#footer {
	font-size:11px;
	margin: auto;
	width: 900px;
	height: 60px;
	padding-top:20px;
}
#footer #menuFooter, #footer #menuFooterRight {
	float:left;
	height:30px;
	padding-top:5px;
	padding-left:30px;
	background-image:url(../imgs/logoFooter.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color: #fff;
}
#footer #menuFooter a:link, #footer #menuFooterRight a:link, #footer #menuFooter a:visited, #footer #menuFooterRight a:visited{
	color:#FFF;
	text-decoration:none;
}
#footer #menuFooter a:hover, #footer #menuFooterRight a:hover{
	color: #00e0ff;
	text-decoration:none;
}
#footer #menuFooterRight {
	width:350px;
	padding-left:0;
	text-align:right;
	float:right;	
	background:none;
}
#footer .social {clear:both; margin-bottom:10px;}
#footer .social ul{ padding:5px;}
#footer .social ul li{
	vertical-align:middle;
	color:#fff;
 display:inline;
 padding:3px;}
