div.title {
    background: #000000;
    height: 50px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}
div.links {
    background: #000000;
    bottom: 0%;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 200px;
}
div.main {
    left: 202px;
    position: absolute;
    right: 0%;
    text-align: center;
    top: 50px;
}
div.validxhtml {
    left: 56px;
    position: absolute;
    bottom: 10px;
}

a         { color:#0077ff; cursor: pointer; text-decoration: underline; }
a:hover   { color:#ff0000; }
a:active  { color:#0000ff; }

