  .foot{
     	position:fixed;
        bottom:0;
        background:#fff;
        background-color:#f8f8f8;
        width:100%;
     }
     .col-xs2{
     	float:left;
        width:20%;
        text-align:center;
        padding:5px 0 5px 0;
       
     }
     .foot a{
      color:#333333;
     }
     .foot a:link{
      color:#333333;
     }