diff --git a/site/index.html b/site/index.html
index b75953b..6655ef8 100644
--- a/site/index.html
+++ b/site/index.html
@@ -2,21 +2,7 @@
Oops!
-
+
TStatic File Server
diff --git a/site/style.css b/site/style.css
new file mode 100644
index 0000000..ef741ba
--- /dev/null
+++ b/site/style.css
@@ -0,0 +1,13 @@
+body {
+ width: 75%;
+ padding-top: 50px;
+ margin: 0 auto;
+ text-align: center;
+ font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
+ font-size: 80%;
+ color: #333;
+}
+
+h1 {
+ margin: 30px 0;
+}