@import "minimalistic.css";
@import "simple.css";

#top_bar_picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 440px;
    height: 225px;
    z-index: 20;
    cursor: pointer;
    background: url('../images/alenka_top.png') no-repeat;
}

#left_bar {
    position: absolute;
    top: 224px;
    left: 0px;
    width: 174px;
    height: 308px;
    background: url('../images/alenka_left.png') no-repeat;
}

#content {
    margin-left: 174px;
    min-height: 210px;
}

#heading {
    position: absolute;
    margin-left: 400px;
}
