@charset "UTF-8";

@media braille, embossed, aural {
  div#cover:after {
	content: "what's the meaning of Rock?";
  }
}

@media handheld, tty {
  body {
	color: silver;
	background-color: #fff;
  }
  div#cover:after {
	content: "what's the meaning of Rock?";
  }
}

@media screen, tv, projection {
  body {
	background: #fff url("whats_the_meaning_of_Rock.png") no-repeat fixed center;
  }
}

@media print {
  div#cover:after {
	content: url("whats_the_meaning_of_Rock.png");
  }
}
