1 2/* This is the place to define background-styles like for holidays etc. */ 3 4.vacation, 5.vacations, 6.holiday, 7.holidays, 8.Ferien, 9.Urlaub 10{ 11 background-image: url(images/holiday2.gif); 12 background-repeat: no-repeat; 13 background-position: right; 14 background-attachment: scroll; 15} 16 17 18.Red {background-color: #FAA } 19.Green {background-color: #90EE90; } 20.Blue { 21 background-color: #ADD8E6; 22} 23