/* this is a local stylesheet intended to fine-tune the global
   site css */

/* see the main css for the default approach for
   top firebrand, horizontal color stripes and footer */

/* contains the actual page content. use this for cascading *
 * any background images or treatments you want different   *
 * from the default                                         */
#MainContent {
	background-image: url(./images/work-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
