/* Andy Brown TWM  22/12/03
   main imagine style sheet.  
   Hides style rules from browsers with poor CSS support. 
   now playing: Super Furry Animals - Herman loves Pauline. */


/* these rules will be followed by ns 4 */
@import url("v5home.css");

#one, #two, #three, #four, #five, #six, #eight, .nav {
	display: none;
}
