.kholder{
    width: 100%;
    height: 600;
    position: relative;
}

.kframe{
    width: 100%;
    height: 100%;
}

.kbar{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
	background: black;
    border-top: 0.5px solid #363c4e;
}
.kleft{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 100%;
	background: transparent;
}