/* white */
#page_bg {
	background: #3CA4EB;
	background-image: url('/templates/artsandtv/images/bg.jpg');
	background-repeat: repeat-x;
}

div#wrapper {
		background: #f7f7f7 url(../images/white/mainborder-left.gif) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/white/mainborder-right.gif) 100% 0 repeat-y;
}

div#header {
	background: url(../images/white/mainborder-top.gif) 0 0 repeat-x;
}

div#header_l {
	background: url(../images/white/mainborder-topleftcorner.gif) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/white/mainborder-toprightcorner.gif) 100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 url(../images/white/mainborder-bottom.gif) 0 100% repeat-x;
}

div#footer_l {
	background: url(../images/white/mainborder-bottomleftcorner.gif) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/white/mainborder-bottomrcorner.gif) 100% 0 no-repeat;
}
