Put a image in the background of page.

<!DOCTYPE html> <html> <head> <style> body{ background-image:url('http://www.iskill.co.uk/teach/images/bob.jpg'); } .mylyrics { color: white; } </style> </head> <body> <div class="mylyrics"> <p>Until the philosophy which hold one race superior</p> <p>And another</p> <p>Inferior</p> <p>Is finally</p> <p>And permanently</p> <p>Discredited</p> <p>And abandoned -</p> <p>Everywhere is war -</p> <p>Me say war.</p> <p>That until there no longer</p> <p>First class and second class citizens of any nation</p> <p>Until the colour of a man's skin</p> <p>Is of no more significance than the colour of his eyes -</p> <p>Me say war.</p> </div> </body> </html>