/* white */
#page_bg {
	background: #fff;
}

div#wrapper {
		background: #ffffff repeat-y;
}

div#wrapper_r {
	background: repeat-y 100% 0;
}

div#header {
	background: repeat-x;
}

div#header_l {
	background: no-repeat;
}

div#header_r {
	background: no-repeat 100% 0;
}

div#footer {
	background: #ffffff repeat-x 0 100%;
}

div#footer_l {
	background: no-repeat;
}

div#footer_r {
	background: no-repeat 100% 0;
}