.subfooter { // position: absolute; // bottom: 41px; background-color: #dcdcdc; height: 100px; width: 100%; } .footer { //position: absolute; //bottom: 0; width: 100%; height: 41px; line-height: 41px; background-color: #3a3a3a; color: #909090; .ft-text { font-size: 12px; a { color: #909090; font-size: 12px; text-decoration: none; &:hover { text-decoration: none; } } } }