From 5327d50b23cca7fa65f58def365039fcfc7f8436 Mon Sep 17 00:00:00 2001
From: Siri Reiter <siri@jones.dk>
Date: Fri, 17 Jul 2009 14:55:42 +0200
Subject: Place background image.

---
 local.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/local.css b/local.css
index 72dfe652..43f9cecd 100644
--- a/local.css
+++ b/local.css
@@ -45,6 +45,14 @@ IMG.icon {
 	padding: 0 20px 20px 20px;
 }
 
+body {
+	background-color: transparent;
+	background-image: url("pil.png");
+	background-repeat: no-repeat;
+	background-attachment: fixed;
+	background-position: right bottom;
+}
+
 DIV.header span {
 	display: none;
 }
-- 
cgit v1.2.3