div#container
{
   width: 994px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #000000;
   background-image: url(images/sshot-8.png);
   background-attachment: fixed;
   background-repeat: no-repeat;
   color: #000000;
   scrollbar-face-color: #FF0000;
   scrollbar-arrow-color: #FFD700;
   scrollbar-3dlight-color: #D4D0C8;
   scrollbar-darkshadow-color: #404040;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #808080;
   scrollbar-track-color: #D4D0C8;
}
a
{
   color: #FFD700;
}
a:visited
{
   color: #FFD700;
}
a:active
{
   color: #FFFF00;
}
a:hover
{
   color: #FFFF00;
}
#bg {
position: fixed;
z-index: -1;
top: 0;
left: 0;
width: 100%;
}
