body {
    background: none;
}
.stencils {
    /* IE6 Fix */
    background: none !important;
}

#top .container {
    /* IE6 Fix */
    background-color: transparent !important;
    border-right: white solid 1px;
}

#body {
    background: url(../images/wood_bg.jpg) top center no-repeat;
    
    min-height: 900px; /* no other way... */
}

#body .container {
    background: url(../images/logo_small_trans.png) top left no-repeat;
}

#column-right {
    height: 600px;
}

