div#container
{
   width: 799px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #2D2D2D;
   background-image: url('images/index_bkgrnd.png');
   background-repeat: repeat-x;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
@media only screen and (max-width: 798px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #2D2D2D;
   background-image: url('images/index_bkgrnd320.png');
   background-repeat: repeat-x;
}
}
