/*	
  This is your background stylesheet. Use it to change the body background color.
*/
body { .transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
 }

#wrapper{

	background: #f6e6bb;
      filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90;
           
          padding: 0 20px 10px 20px;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	}
