@CHARSET "UTF-8";
/*footer START*/
footer{
    margin: 0 auto;
    width: 1280px;
    background-image: url('../../images/backend/footer.png');
    background-size: 100% 100%;
    height: 100px;
    font-size: 12px;
    text-align: center;
    line-height: 100px;
}
footer ul {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
footer ul li{
    float: left;
    padding: 0 10px;
    position: relative;
    border-left: 1px solid #999;
    height: 18px;
    line-height: 18px;
}
footer ul li:first-child{
	border:none;
}
footer ul li a{
    color: #CC4C00;
    letter-spacing: 1px;
}
.fb-icon img{
    height: 20px;
}
/*footer END*/