﻿div.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 332px;

    background: url(img/bg/sidebar-bg-95pct.png) repeat;
}

div.sidebar-logo {
    margin: 213px auto auto 109px;
}

div.content-wrapper {
    margin-left: 332px;
}