/* General stylings independent of any page/template */

/* Associate a background image (gray left and right margins) with the body */
body {
    background: url('../../images/background.gif') repeat-y fixed top center #fff;
}

/* Import all style sheets */
@import url("igstyle_desktop.css");
@import url("custom_desktop.css");
