/* green */
#page_bg {
  background: url(../images/green/bg_frame.png) 50% 0 no-repeat; 
	background-attachment: scroll;
}


div#wrapper {
        position: relative;
	background: #ffffff url(../images/green/frame_left.png) 0px 0px repeat-y;
        z-index:1;
}

div#wrapper_r {
	background: url(../images/green/frame_right.png) 100% 0 repeat-y;
}

div#header {
	background: url(../images/green/mw_header_t.png) 0 0 repeat-x;
}

div#header_l {
        position: relative;
	background: url(../images/green/bg_left_top.png) 0 0 no-repeat;
        z-index:2;
}

div#header_r {
	background: url(../images/green/bg_right_top.png) 100% 0 no-repeat;
}

div#footer {
        position: relative;
        background:transparent url(../images/green/mw_footer_b.png) 0 100% repeat-x;
	width: 764px;
	margin-left: auto;
	margin-right: auto;
        text-align: center;
}

div#footer_l {
    background:transparent url(../images/green/mw_footer_b_l.png) 0 0 no-repeat;
        z-index:3;
        margin: -7px;
}

div#footer_r {
    background:transparent url(../images/green/mw_footer_b_r.png) 100% 0 no-repeat;
        z-index:4;

}