/* white */
#page_bg {
	 background: url(../images/bg.jpg) fixed no-repeat center bottom;
}

div#wrapper {
	background-color: #FFFFFF;
}

div#tophead {
	background: url(../images/header.jpg) 0 0 no-repeat; 
}

 div#logo {
	background: url(../images/toc_logo.gif) 0 0 no-repeat;
}

#leftcolumn {
	background: url(../images/column_l.jpg) 0 0 no-repeat;	
}

#rightcolumn {
	background: url(../images/column_r.jpg) 0 0 no-repeat;	
}
	
#footer_r {
	background: url(../images/footer.jpg) 0 0 no-repeat;
}