/* white */
#page_bg {
	background: #30302f;
		min-height: 100%;
height: auto !important;
height: 100%;
}

div#wrapper {
		/*background: #f7f7f7 url(../images/white/mw_shadow_l.png) 0 0 repeat-y;
		z-index:1;
		position:relative;
			
height: 100%;
 margin: 0 auto -124px;

*/
}

div#wrapper_r {
	/*background: url(../images/white/mw_shadow_r.png) 100% 0 repeat-y;*/
	z-index:1;
background-color:#ffffff;
height: 100%;
min-height:700px;

}

div#header {
	/*background: url(../images/white/mw_header_t.png) 0 0 repeat-x;*/
	height:68px;
}

div#header_l {
	/*background: url(../images/white/mw_header_t_l.png) 0 0 no-repeat;*/
}

div#header_r {
	/*background: url(../images/white/mw_header_t_r.png) 100% 0 no-repeat;*/
}

div#footer {
	/*background: #f7f7f7 url(../images/white/mw_footer_b.png) 0 100% repeat-x;*/
	width:100%;
	height:124px;
position:absolute;
    z-index: 200;

	background: url(../images/white/footer_middle.gif) 0 0 repeat-x;


}

div#footer_l {
	/*background: url(../images/white/mw_footer_b_l.png) 0 0 no-repeat;*/
	width:176px;
	height:124px;
	background: url(../images/white/footer_left.png) bottom left no-repeat;
	float:left;
	vertical-align:bottom;
z-index:300;
}

div#footer_r {
	/*background: url(../images/white/mw_footer_b_r.png) 100% 0 no-repeat;*/
width:160px;
	height:124px;
	background: url(../images/white/footer_right.png) 0 0 no-repeat;
	float:right;
z-index:300;
}



.push {
    height: 124px;
    position: absolute;
}

