/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
div#container
{
   width: 984px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFF99;
   background-image: url(images/toy_tissue_holders_bkgrnd.png);
   color: #000000;
   scrollbar-face-color: #E2E2E2;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #E2E2E2;
   scrollbar-darkshadow-color: #878787;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #B4B4B4;
   scrollbar-track-color: #D4D0C8;
}
#backgroundimage
{
   height: auto;
   left: 0;
   margin: 0;
   min-height: 100%;
   min-width: 984px;
   padding: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
}
