html { height: 100%; } 

body {
    padding: 0px;
    margin: 0px;
    background-color: white;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: small;
    overflow: auto;
    height: 100%;
}

#Container {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    min-height: 500px;
    max-height: 780px;
    width: 100%;
    min-width: 760px;
    max-width: 1188px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('img/spider.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

#Circle {
    position: absolute;
    right: 40%;
    top: 0px;
    height: 100%;
    width: 306px;
    background-image: url('img/bg1.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#Right{
    background-image: url('img/right_background.png');
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    height: 100%;
}

#Logo, #Logo embed {
    position: absolute;
    right: 50px;
    top: 10px;
    width: 253px;
    height: 80px;
}

#Content {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50%;
    height: 80%;
    overflow: auto;
}

#Content ul {
    text-align: left;
    padding-left: 40px;
    margin-left: 50px;
}

.Menu {
    position: absolute;
    left: 100px;
    top: 100px;
    height: 40px;
    width: 200px;
}

.Menu a {
    display: block;
    line-height: 40px;
    text-align: center;
/*    background-image: url('img/button.png'); */
    background-repeat: no-repeat;
    color: black;
    text-decoration: none;
    outline: none;
    padding-left: 10px;
}

.Menu a:hover {
/*    color: black;
    z-index: 100;*/
}

.Menu a.Active {
    text-decoration: underline;
}

.Menu a.Back {
/*    background-image: url('img/button_back.png');     */
}

.Menu object, .Menu embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 50px;
}

.AdditionalLink {
    text-decoration: none;
    color: black;
    padding-left: 30px;
    margin-bottom: 0px;
    display: block;
}

.AdditionalLink:hover span {
    text-decoration: underline;
}

.AdditionalLink img {
    margin-right: 10px;
}

.B0 { left: 41px; top: 200px; }
.B1 { left: 19px; top: 250px; } 
.B2 { left: 4px; top: 300px; }
.B3 { left: -6px; top: 350px; }
.B4 { left: -11px; top: 400px; }
.B5 { left: -8px; top: 450px; }
.B6 { left: 0px; top: 500px; }

#About {
    position: absolute;
    top: 0px;
    left: 232px;
    color: #606060;
    text-decoration: none;
    z-index: 0;
    font-size: 12px;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

#About:hover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.NoScriptWarning {
    position: absolute;
    width: 500px;
    height: 3em;
    top: 100px;
    left: 40px;
    background-color: yellow;
    border: 2px solid red;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.NoScriptWarning a {
    color: black;
    text-decoration: none;
}

.NoScriptWarning a:hover {
    text-decoration: underline;
}

#LoadingIndicator {
    position: absolute;
    left: 160px;
    top: 160px;
}

#Stats {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 107px;
    height: 35px;
}

.CatalogItem {
    float: left;
    width: 100px;
    height: 120px;
    text-align: center;
}

.Gallery {
    width: 100%;
    border: none;
    text-align: center;
}

.CatalogItem img {
    border: none;
}

.CatalogItem a {
    text-decoration: none;
    color: black;
}

.CatalogItem a:hover {
    font-style: normal;
}

#Content img {
    border: none;
}
