/* General HTML elements */
body { background: #D2F1F2 url("../gfx/layout/background-body.jpg") top left repeat-x; color: #000; }

/* Headings */
h1, h2 { background: transparent url("../gfx/layout/paw-print.jpg") center left no-repeat; }

/* Link Colours */
a { color: #09f; }
a:visited { color: #09f; }
a:focus { color: #06f; }
a:hover { color: #06f; }
a:active { color: #ff0; }

/* Container */
div#container { background: transparent url("../gfx/layout/background-container.jpg") top left repeat-y; }
ul#grooming_pics li { list-style-type: none; }

/* Container */
div#footer { background: transparent url("../gfx/layout/background-footer.jpg") bottom left no-repeat; }