/* A CSS file in a subdirectory referencing a resource. */
html {
    background-image: url('../images/hovercraft_logo.png');
}
