html {
    scrollbar-face-color:c7af41;
    scrollbar-base-color: #9999cc;
    scrollbar-arrow-color: #3d3210;
    scrollbar-track-color: #3d3210;
    scrollbar-shadow-color: black;
    scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: gray;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: black;
}
body{
    background-color: black; 
}
p.footerText {
    font-size: 11px;
}
a {
    color: #530202;
}
a:hover {
    color: black;
}
#container{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: black;
}

#content{
    visibility: visible;
    padding: 0px 0px 0px 0px;
    font-family: "Verdana, Arial, Helvetica", sans-serif;
    position: absolute;
    width: 538px;
    height: 538px;
    left: 50%;
    margin-left: -134px;
    z-index: 1;
    background-color: #3d3210;
    border-right-style: ridge;
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-color: #c7af41;
    border-width: 3px;
    color: #3d3210;
}
#contenttext{
    text-align: justify;
    padding-right: 5px;
    font-size: 11px;
    overflow: auto;
    width: 270px;
    height: 145px;
    left: 129px;
    top: 193px;
    position: absolute;
}
#header {
    left: 150px;
    top: 150px;
    width: 235px;
    height: 30px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#logo {
    left: 50%;
    width: 262px;
    height: 538px;
    margin-left: -392px;
    position: absolute;
    z-index: 0;
    font-size: 13px;
    color: #c7af41;
    text-align: center;
    background-color: #3d3210;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border-top-style: ridge;
    border-color: #c7af41;
    border-width: 3px;
    font-family: "Verdana, Arial, Helvetica", sans-serif;
}
#mainRoundImage {
    border-style: none;
}