div#container
{
   width: 1875px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #1A1A1A;
   background-image: url(images/background.jpg);
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
   color: #333333;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
