
@import 'design.css';
@import 'box.css';
@import 'forum.css';

html, body
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: Verdana;
    font-size: 10px;
}
body
{
    background: #000000;
    background-image: url(/resource/image/body.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
fieldset
{
    border: none;
    margin: 5px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
}
input, textarea
{
    border: solid 1px #999999;
    height: 17px;
}
a {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #CC0000;
    text-decoration: none;
}
a:active {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #CC0000;
    text-decoration: none;
}
a:visited {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #CC0000;
    text-decoration: none;
}
a:hover {
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}
#header
{
    height: 137px;
    width: 1004px;
    background-image: url(/resource/image/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#sitemap
{
    height: 41px;
    width: 1004px;
    background-image: url(/resource/image/sitemap.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
#content
{
    width: 989px;   /* 1004 */
    overflow-y: scroll;

    /* scrollbar-face-color:#800000;
    scrollbar-highlight-color:#B41010;
    scrollbar-3dlight-color:#000000;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#B41010;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#6C6C6C; */
    
    text-align: left;
    padding: 15px 0px 0px 15px;
}
#footer
{
    height: 68px;
    width: 1004px;
    text-align: center;
    background-image: url(/resource/image/footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 100;
}
.boxheader
{
    width: 600px;
    height: 15px;
    background-image: url(/resource/image/box.header.png);
    background-repeat: no-repeat;
}
.boxbody
{
    width: 592px;
    background: #FFFFFF;
    background-image: url(/resource/image/box.footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    border-left: solid 4px #000000;
    border-right: solid 4px #000000;
}
