/* CSS Document */
*{ margin:0; padding:0; font-family:Calibri; }
body{ background:url(../images/images/bd.jpg) repeat-x scroll 0 0 transparent; }

#btns-containner{ width:800px; margin:10% auto 0 auto; }
#btn{  width:112px; height:93px; cursor:pointer; position:relative; float:left; z-index:1; margin:10px 5px; text-align:center; padding:5px; }
#btn p{ letter-spacing:0px; font-weight:bold; color:#05DA15; line-height:15px; }
#btn img{ margin-top:5px; max-width:60px; clear:both; max-height:60px; }
#btn span.non-hover, span.hover{ width:100%; height:100%; position:absolute; z-index:-1; top:0; left:0; }
#btn span.hover{ background:url(../images/images/img-hover.png) no-repeat scroll 0 0 transparent; }
#btn span.non-hover{ background:url(../images/images/btn.png) no-repeat scroll 0 0 transparent;  }