diff --git a/index.html b/index.html
index 00631d4..1a5767d 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,8 @@
- Titolo
+ Le Crociate
+
diff --git a/sfondo.jpg b/sfondo.jpg
new file mode 100644
index 0000000..79a6437
Binary files /dev/null and b/sfondo.jpg differ
diff --git a/style.css b/style.css
index e69de29..7a5b0b8 100644
--- a/style.css
+++ b/style.css
@@ -0,0 +1,6 @@
+html{
+ margin-left: 10%;
+ margin-right: 10%;
+ background-image: url(sfondo.jpg);
+ background-repeat: no-repeat;
+}
\ No newline at end of file