body
{
    padding-top: 75px;
}

header
{
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    padding: 15px 0 5px;
    background-color: #333;
    border-bottom: 1px solid #666;
}

.body
{
    left: 0;
    right: 0;
    top: 95px;
    z-index: 0;
    bottom: 60px;
    padding: 20px;
    position: absolute;
    border-right: 60px solid #131313;
}

.body #button-new,
.body #button-menu
{
    width: 40px;
    height: 40px;
    right: -50px;
    position: absolute;
    border-radius: 4px !important;
}

.body button#button-menu
{
    top: 10px;
}

.body button#button-new
{
    bottom: 10px;
}

footer
{
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    color: #fff;
    height: 60px;
    padding: 20px;
    position: absolute;
    background-color: #333;
    border-top: 1px solid #666;
}

footer span
{
    margin: 7px 0;
}