/* Start of CMSMS style sheet 'stills_bg' */
div#header h1 a {
/* you can set your own image here */

   display: block; 
   height: 180px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
body {

   color: #000;
    background:url(/images/bg_stills.jpg) no-repeat;
   background-position: top center;
background-color: #000; 
   margin:0px; /* gives some air for the pagewrapper */
   height:100%; 
}

div#pagewrapper {

   margin: 0 auto;     /* this centers wrapper */
   width: 950px; /* IE wont understand these, so we will use javascript magick */

   color: #fff;

}


div#main {
   margin-left: 10px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 10px; /* and some air on the right */

   padding:15px;

   margin-top: 100px;
overflow: auto;
   color: #000000;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}
/* End of 'stills_bg' */

