/*css document*/
.footer{
	width:100%;
    background: #2C333A;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: fixed;
    bottom: 0;
}