body {
    background: #E7E4DF; /*#E7E4DF F6F4EE;*/
    color: #313131;
    cursor: default;
    font-family: arial, verdana, tahoma, arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 76%;
    padding: 0;
    text-align: center;
    /*background: url(../images/bg.jpg) 0 0 repeat;*/
}

#containerOpen {
    background: url(./../images/container.png) 0 0 no-repeat;
}

#containerClose {
    background: url(./../images/container_bottom.png) 0 0 no-repeat;
}

.infoBoxTop {
    background: url(../images/info_box_top.png) bottom left no-repeat;
}

.infoBox {
    background: url(../images/info_box_bg.png) bottom left no-repeat;
}

.caseStudyBot {
    background: url(../images/case_study_bottom.png) bottom left no-repeat;
}

.caseStudy {
    background: url(../images/case_study_bg.png) top left no-repeat;
}

.sideBar .box {
    background: #f6f4ee url(../images/sidebar_bg.png) 0 0 no-repeat;
}

.sideBar .boxBottom {
    background: #f6f4ee url(../images/sidebar_bottom.png) 0 0 no-repeat;
}

.sideBar .box ul li {
    background: url(../images/ico_check.png) 0 3px no-repeat;
}

.sideBar .box ul li.selected {
    background: url(../images/ico_check_on.png) 0 3px no-repeat;
}

.sideBar .box .arrowUp a, .sideBar .box .arrowDown a {
    background: url(../images/arrow_up.png) 0 0 no-repeat;
}

.sideBar .box .arrowDown a {
    background: url(../images/arrow_down.png) 0 0 no-repeat;
}

.sideBar .box div.blogMeta span.commentsLink {
    background: url(../images/ico_comment.png) 0 2px no-repeat;
}

.aboutBoxInner {
    background: url(images/about_box_bg.png) 0 0 no-repeat;
}

.aboutBoxBot {
    background: url(images/about_box_bottom.png) 0 0 no-repeat;
}

ul#mainMenu {
    background: url(images/main_menu_bg.png) 0 0 no-repeat;
}

#footer ul#validation {
    background: url(images/footer_clear.png) 0 0 no-repeat;
}

.logo a {
    background: url(images/logo.png) 0 0 no-repeat;
}

#kernel {
    background: url(images/popcorn.png) 0 0 no-repeat;
}

.blue_button { 
    background: url(images/button_blue_right.png) right no-repeat;
}

.blue_button span { 
    background: url(images/button_blue_left.png) left no-repeat;
}

