[119001] Added a background image for effect.
diff --git a/images/background.png b/images/background.png
new file mode 100644
index 0000000..f323245
--- /dev/null
+++ b/images/background.png
Binary files differ
diff --git a/layout.css b/layout.css
index ec99246..ad0ea43 100644
--- a/layout.css
+++ b/layout.css
@@ -1,6 +1,8 @@
 .article {
 	margin-left: 10px;
 	margin-right: 10px;
+	background-image: url(/articles/images/background.png);
+	background-repeat: no-repeat; 
 }
 
 .article p, table, td, th {  font-family: arial, helvetica, geneva; font-size: 10pt}