/* */
/* Style Sheet for CHC Website */
/* Constructed by :   Nick Roberts */
/* Date Constructed : January 2010 */
/* */
/* Date last modified: January 2010 */
/* Nature of last change: Initial Draft*/
/* */
/* Set body colour to grey and place background image */
body {
	font-family: Arial, Helvetica, sans-serif;
      font-size:100%;
      color: #000000;
      margin-right: 5px;
      margin-bottom: 5px;
      background-image: url(images/bgwork1.jpg);
      background-attachment:fixed;
      background-position:bottom right;
      background-repeat:no-repeat;
}
