body, html {
 margin: 0px 0px 0px 0px;

 font-size:11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 color:#333333;
}

h1 {
 font-size:14px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 color:#a0801b;
}

h2 {
 font-size:11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight:bold;
 color:#333333;
}

#container {
 position:fixed;
 background-image:url(bg.jpg);
 background-repeat:no-repeat;
 background-position:center; 
 margin-left: auto;
 margin-right: auto;
 width:100%;
 height:100%;
}


#mainarea {
 position:relative;
 margin-left: 180px;
 margin-right: auto;
 width:705px;
 height:550px;
 top:56px;
 background-image:url(mainarea.png);
 background-repeat:no-repeat;
}

#bit {
 position:relative;
 left:-30px;
 top:362px;
 width:273px;
 height:100%;
 background-color:#000000;
 }

#image {
 position:relative;
 width:225px;
 height:274px;
 left:45px;
 top:-352px;
}

#text {
 position:absolute;
 width:420px;
 height:325px;
 left:250px;
 top:0px;
 overflow:auto;
 background-color:#FFFFFF;
 scrollbar-arrow-color: #a0801b;
 scrollbar-base-color: #ffffff;
 scrollbar-dark-shadow-color: 
 scrollbar-track-color: #ffffff;
 scrollbar-face-color: #ffffff;
 scrollbar-shadow-color: #666666;
 scrollbar-highlight-color: #666666;
 scrollbar-3d-light-color: #666666;
}

#toptitle {
 position:relative;
 width:273px;
 height:131px;
 left:-45px;
 top:-415px;
}

#links {
 position:absolute;
 width:397px;
 height:44px;
 left:305px;
 top:72px;
}

#line {
 position:absolute;
 width:100px;
 height:2px;
 left:160px;
 top:320px;
 background-color:#a0801b;
}
