div#container
{
   width: 1400px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
*
{
   scrollbar-color: rgba(0,0,0,1.00) rgba(144,7,30,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(144,7,30,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(0,0,0,1.00);
   border: 1px solid rgba(144,7,30,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(144,7,30,1.00);
}
