.contentBG {
    position: absolute;
    left: 10px;
    top: 96px;
    width: 476px;
    height: 200px;
    z-index: 1;
}

.content {
    padding: 5px;
    z-index: 2;
}

.xNav {
    background: url("/images/darker.png");
    padding: 4px;
    list-style:none;
    z-index: 2;
}

.shell {
    background: url("/images/bluer.png");
    font-family: courier, monospace;
}

.dload {
    background: url("/images/bluer.png");
    font-weight: bold;
    font-size: 14px;
    border: 0px;
    margin: 12px;
}

.mx {
    font-weight: bold;
}

.w3c img {
    border: 0px;
    margin: 2px;
}

.xNav li {
    display:inline;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.xNav li a {
    text-decoration: none;
    padding: 4px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
}

.xNav li a:hover {
    color: #222222;
    text-decoration: underline;
    background: url("/images/darker.png");
    z-index: 2;
}

.xLogo {
    background: url("/images/up_m.png");
    width: 100%;
}

.xBanners {
    background: url("/images/dn_m.png");
    width: 100%;
}

.xMaintable {
    background: url("/images/xwhiter.png");
    width: 100%;
    height: 40%;
    z-index: 2;
}
				
html, body {
    height: 95%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: url("/images/bg.png");
    vertical-align:	top;
    z-index: 2;
}

div {
    vertical-align:	top;
}


