body {
    background-image: url(cmxform-fieldset.gif);
    background-repeat: repeat-x
}

img {
    border: 0
}

* {
    margin: 0;
    padding: 0
}

#header_right,
#tchat_center {
    float: right;
    text-align: center
}

#header_container {
    width: 850px;
    height: 64px;
    margin: 0 auto
}

#header_left {
    float: left;
    width: 239px;
    margin-left: 5px
}

#header_centre {
    text-align: center;
    float: left;
    width: 480px;
    padding: 0 10px
}

#tchat_container {
    overflow: hidden;
    width: 850px;
    clear: both;
    margin: 0 auto
}

#tchat_left {
    width: 170px;
    height: 600px;
    float: left
}

#tchat_center {
    width: 648px;
    height: 700px;
    background-image: url(/files/loading3.gif);
    background-repeat: no-repeat;
    background-position: center center
}

#tchat_center iframe {
    position: relative;
    top: -60px
}


.bottom_link {
    font-size: 1.4em;
    margin: .2em;
    text-align: center;
    padding: .1em
}

.bottom_link a:link {
    color: #fb0004
}

@media screen and (min-width:801px) {

    #header,
    #header_right,
    #logo {
        padding-top: 0
    }

    #container {
        height: 90px
    }
}

@media screen and (max-width:800px) {
    .bottom_link {
        font-size: 1.1em;
    }
        #tchat_center iframe {
        top: 10px
    }

    #header_container {
        margin: 0 auto;
        padding: 1%;
        clear: both;
        background-color: #f8fdef;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 53px;
        border: 1px solid #edfad5
    }

    #header_left {
        width: 60%;
        padding: 0
    }

    #header_centre,
    #tchat_left {
        display: none
    }

    #header_right {
        float: right;
        padding-right: 10px
    }

    #tchat_container {
        width: 100%
    }

    #tchat_center {
        width: 100%;
        height: 100vh;
        float: left
    }

    img {
        max-width: 100%;
        height: auto
    }

    #container {
        position: absolute;
        width: 100%;
        padding: 0
    }
}