/* Start of CMSMS style sheet 'news_bg' */
div#pagewrapper {

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

   color: #fff;

}

body {

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

div#main {
   margin-left: 550px; /* 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 */
   background:url(/images/transparent_bg_70.png) repeat;
   padding:15px;
   margin-top:100px;
   height: 200px;

  margin-bottom: 275px;
   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 'news_bg' */

