/*
_,     .  __   ,__,   _   ,    ,_   _  __,   //  ,____,      ,____,   _,_-/- .  _,_ ,__,      ,_    .  __  -/-      ,_   _   ,  
 (_/__/__(_/__/ / (__(/__/_)__/ (__(/_(_/(__(/__/ / / (_   _/ / / (__(_/_/__/__(_/_/ / (_    _/_)__/__(_,__/__(_/__/ (__(/__/_)_
         _/_                                                                                 /                                  
        (/  
*/
/* Footer */
#footer_wrap {
  position: fixed;
  bottom: 5%;
  height: 35px;
  width: 100%;
  background: #000000;
  border-top: 1px solid #9549fa;
  border-bottom: 1px solid #9549fa;
  z-index: 99;
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  -khtml-opacity: 0.70;
   opacity: 0.70;
}

#footer {
  position: relative;
  min-width: 1000px;
}
			
.footer .copyright {
    font-size: 9px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:0.1em;
}

.footer .copyright a {
	color: #fff;
	text-decoration: none;
}
	
.footer .copyright a:hover {
}
	
