/*------------------------------------- footer -------------------------------------*/
#footer
{
	background-color:#0c1822;
	clear:both;
	margin:0px;
	padding:9px 9px 0px 9px;
	color:#ffffff;
	height:145px;
}
#footer p
{
	margin-bottom:0px;
	padding-bottom:0px;

}
#footer h6
{
	margin:20px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top:2px solid white;
	text-align:right;
	padding-bottom:2px;
    width:100%;
}

#mypartners {
    width:auto;
    float:right;
    text-align:right;
    white-space:nowrap;
    opacity : 0.51;
    -moz-opacity : 0.51;
    -ms-filter: "alpha(opacity=51)";
    filter : alpha(opacity=51);
}
