/* black */
#page_bg {
	//background: #333;
    background-attachment: scroll;
    background-image: url("/images/stories/bordo.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

div#wrapper {
		//background: #f7f7f7 url(../images/black/mw_shadow_l.png) 0 0 repeat-y;
 width: 960px;
}

div#wrapper_r {
	//background: url(../images/black/mw_shadow_r.png) 100% 0 repeat-y;
}

div#header {
	//background: url(../images/black/mw_header_t.png) 0 0 repeat-x;
//border-radius: 6px 6px 6px 6px;
   // background: none repeat scroll 0 0 red;
    height: 9px;
    margin-bottom: 5px;
    margin-left: -117px;
    width: 124%;
}

div#header_l {
	//background: url(../images/black/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	//background: url(../images/black/mw_header_t_r.png) 100% 0 no-repeat;
}

div#footer {
	//background: #f7f7f7 url(../images/black/mw_footer_b.png) 0 100% repeat-x;
	color: #707173;
    font-size: 11px;

}

div#footer_l {
	//background: url(../images/black/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	//background: url(../images/black/mw_footer_b_r.png) 100% 0 no-repeat;
  height: auto; 
}