@import url('common/common.css');
@import url('relative/rel1.css');
/**
 *
 * This is the master css file.
 *
 */
nav {
    color: red;
    background-image: url("nav.png");
}

#footer {
    background-image: url("../img/footer.png") repeat-x;
}
