body {
    background: #FFF none !important;
}

#intro {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    background: #D3D3C5 url('../images/intro-gradient-middle.jpg') repeat-x;
    z-index: 100;
}

* html #intro {
    width: 100%;
}

#ktema-fullscreen {
    background: black url('../images/KTEMA-fullscreen.jpg') no-repeat scroll 50% 50%;
    min-width: 592px;
    min-height: 600px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 110;
}

