body
{
    background-color: #1E272D;
    padding: 34px 34px 34px 34px;
    margin: 0 0 0 0;
}
#bp-head-logo
{
    background-image: url('i/logo.png');
    background-repeat: no-repeat;
    width: 300px;
    height: 30px;
    padding-bottom: 17px;
}
#bp-head-logo span
{
    display: none;
}
#bp-head-menu
{
    position: absolute;
    top: 25px;
    right: 34px;
    z-index:99;
}
#bp-main
{
    background: #fff;
    padding-right: 0px;
    position: relative;
    overflow: hidden;
}
#bp-content
{
    padding: 30px 24px 30px 24px;
}
#bp-content p
{
    padding-right: 25px;
}
#bp-sidemenu
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 166px;
    padding: 30px 5px 30px 0px;
    z-index:10;
}


