XHTMLソース
<body class="groupA"> … </body>
CSSソース
.groupA {
background: #F00 url(img/bg.gif);
}
.groupB {
background: #0F0 url(img/bg.gif);
}
.groupC {
background: #00F url(img/bg.gif);
}

トップページ > サンプルダウンロード > 法則78 透過gif画像を利用してカラーバリエーションを作る
<body class="groupA"> … </body>
.groupA {
background: #F00 url(img/bg.gif);
}
.groupB {
background: #0F0 url(img/bg.gif);
}
.groupC {
background: #00F url(img/bg.gif);
}