@media all {
    body,html {
        background: url("bg-main.jpg");
        cursor: url("pointer.png"), auto;
        width: 99%;
        height: 99%;
    }

    div {
        font-family: Tahoma, Sans-Serif;
        font-size: 8pt;
    }

    img {
        border: 0px;
    }

    #text>a {
        color: #d49315;
        background: inherit;
        text-decoration: none;
        border-bottom: 1px solid #d49315;
        line-height: 18px;
    }

    #text>a:hover {
        color: #369;
        background: inherit;
        text-decoration: none;
        border-bottom: 1px solid #369;
    }

    #box {
        width: 250px;
        height: 250px;
        position: absolute;
        left: 50%;
        top: 40%;
        margin: -125px 0 0 -125px;
        background: #ddd;
        color: #000;
        border: 1px solid;
        border-color: #fff #a6a6a6 #a6a6a6 #fff;
        padding: 2px;
        z-index: 1;
    }

    #boxshad {
        width: 270px;
        height: 270px;
        position: absolute;
        left: 50%;
        top: 40%;
        margin: -132px 0 0 -132px;
        background: url("bg-shad.png") no-repeat;
        z-index: 0;
    }

    #topbox {
        border: 1px solid;
        border-color: #bababa #fff #fff #bababa;
        margin-bottom: 2px;
        background: url("bg-top.png") repeat-x;
    }

    #midbox {
        border: 1px solid;
        border-color: #bababa #fff #fff #bababa;
        height: 224px;
    }

    #top {
        border: 1px solid;
        border-color: #fff #bababa #bababa #fff;
        padding: 2px;
    }

    #mid {
        border: 1px solid;
        border-color: #fff #bababa #bababa #fff;
        padding: 4px;
        height: 214px;
    }

    #foot {
        position: absolute;
        top: 209px;
        left: 46px;
    }

    #title {
        font-weight: bold;
        position: absolute;
        left: 8px;
        top: 7px;
        color: #333;
        background: inherit;
    }

    #titleshad {
        font-weight: bold;
        position: absolute;
        left: 9px;
        top: 8px;
        color: #fff;
        background: inherit;
    }

    #text {
        position: absolute;
        left: 7px;
        top: 30px;
        color: #000;
        background: inherit;
    }

    #textshad {
        position: absolute;
        left: 8px;
        top: 31px;
        color: #fefefe;
        background: inherit;
    }

    #sep {
        margin-top: 166px;
    }
}
