html, body {
  height: 100%; /* needed for container min-height */
        margin: 0px;
        padding: 0px;
        min-width: 900px;

        font-family:arial,sans-serif;
        font-size:small;
        text-align: justify;

        background-color: black;
        /*background-image: url("/images/backgrounds/bluesky2.jpg");
        background-size: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;*/
}

body.mceContentBody {
  background: #fff;
  color: #000;
  background-repeat: repeat;
}

#bgimage-br {
    bottom: 0px;
    right: 0px;
    position: fixed;
    padding: 20px;
}

#bgimage-tl {
    top: 0px;
    left: 0px;
    position: fixed;
    padding-left: 20px
}

#container {
        position: relative;
        margin: 0px auto;
        width: 900px;
        background: url("/images/main-bg.gif") repeat-y;

        height:auto !important;  /*real browsers */
        /*height:100%;  IE6: treaded as min-height*/
        min-height:100%; /* real browsers */

        text-align: center;
}

#header {
        position: relative;
        height:139px;
        padding: 0px;
        border: 0px;
        margin: 0px;
}

#header-bg {
        position:absolute;
        left:0px;
        top:0px;
        width:700px;
        height:120px;
        background: url("/images/header2.gif");
}

#logo {
        position:absolute;
        display:inline;
        text-align:right;
        left:700px;
        top:0px;
        width:200px;
        height:120px;
        background-image: url(/images/logo-bg2.gif);
}

#navbar {
        position:absolute;
        bottom:1px;
        left: 0px;
        width:100%;
        height:19px;
        background-image: url(/images/new-menu-bg.gif);
}

#content {
        padding: 16px 15px 21px 16px;
        height: 100%;
        overflow: hidden;
}

#content-left {
    float:left;
    width:477px;
    background:transparent;
    height: 100%;
}

#content-right {
    float:right;
    width:377px;
    background:transparent;
    height: 100%;
}

#footer {
        position: absolute;
        bottom: 0px;
        left: 0px;

        height: 21px;
        width:100%;

        padding: 0px;
        border: 0px;
        margin: 0px;

        z-index:6;
        background-image: url(/images/footer2.gif);

        text-align: center;
        color: white;
}

table {
    width: 100%;
    text-align: left;
    font-size: smaller;
}

table td {
    vertical-align: top;
}

input, option {
    color: black;
}

.right-align {
    text-align: right;
}