@import url("basic.css");

@media screen, projection, tv {

body {
  background: url(bg/2010-05-tengwartitle.png) top center no-repeat;
  /*background: url(bg/2010-05-tengwartitle.png) top center no-repeat,
              url(flower.png) bottom center no-repeat,
              url(bushes.png) bottom center repeat-x,
              url(waterfall.png) bottom right no-repeat,
              url(mountains.png) bottom center no-repeat;*/
}

#stickynote {
    background-color: #DDD;
}

div.nav div,
div.furtherlinks-global div {
    background-color: #DDD;
}

.rightnote, .leftnote {
    border-top-color:    #CCC;
    border-bottom-color: #CCC;
    border-left-color:   #BBB;
    border-right-color:  #BBB;
    background-color:    #DDD;
}

}

@media print {

}

