body {
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

#page {
    width: 905px;
    margin: 0;
    padding: 42px 0 400px 42px;
}

#left {
    width: 324px;
    float: left;
}
#left .left_content {
    opacity: 0;
}
#left .left_content.show {
    opacity: 1;
}
#left .left_content.stuck {
    position: fixed;
    top: 42px;
}
#left ul.menu {
}
#left a {
    text-decoration: none;
}
#left ul.menu li.lvl1 {
    
}
#left ul.menu li.lvl1-contact {
    
}

#right {
    width: 500px;
    float: right;
}
#right .module:last-child .trenner { display: none; }