div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #F6D96E;
   font-family: "Trebuchet MS";
   font-size: 8px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#backgroundimage
{
   border-width: 0;
   height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 970px;
   padding: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}
