/* yellow text on black ground with fairy background */

@import url(z5_000.css);


html {
 background: #333 url(painting/fairies/fairy_vertical.jpg) fixed;
 background-position: -10px -20px;
 background-repeat: no-repeat;
} 

body {
 background: url(painting/fairies/fairy_vertical.jpg) fixed;
 background-position: -10px -20px;
 background-repeat: no-repeat;
} 


#nav li a:visited {
 background: url(painting/fairies/fairy_vertical.jpg) fixed;
 background-position: -10px -20px;
 background-repeat: no-repeat;
}
#nav li a:hover {
 background: url(painting/fairies/fairy_vertical.jpg) fixed;
 background-position: -10px -20px;
 background-repeat: no-repeat;
}





