home *** CD-ROM | disk | FTP | other *** search
- @import "base.css";
-
- body {
- background: #D5CFBC url("images/background_sand.png") bottom left repeat fixed;
- }
-
- .header_blue {
- background: url("images/header_blue_background.png") bottom left repeat-x;
- color:#ffffff;
- }
-
- .header_red {
- background: url("images/header_red_background.png") bottom left repeat-x;
- color:#ffffff;
- }
-
- .header_context {
- background: url("images/header_context_background.png") bottom left repeat-x;
- color:#999999;
- }
-
- .header_blue_edge {
- background: url("images/header_blue.png") top right no-repeat;
- }
-
- .header_red_edge {
- background: url("images/header_red.png") top right no-repeat;
- }
-
- .header_context_edge {
- background: url("images/header_context.png") top right no-repeat;
- }
-
- .message_red a {
- color: #D34D00;
- }
-
- .message_blue a {
- color: #1E9BAD;
- }
-
- .message_context a {
- color: #999999;
- }