diff --git a/public/styles/normal.css b/public/styles/normal.css
index 7793a73..91d6cd7 100644
--- a/public/styles/normal.css
+++ b/public/styles/normal.css
@@ -107,4 +107,8 @@ div.site {
div.incident {
margin-left: 2em;
-}
\ No newline at end of file
+}
+
+table th, table td {
+ text-align: center;
+}
diff --git a/source/webui/templates/home.tpl b/source/webui/templates/home.tpl
index 49dee50..cf6f43e 100644
--- a/source/webui/templates/home.tpl
+++ b/source/webui/templates/home.tpl
@@ -3,6 +3,7 @@
Service
+ Sites
Current
{foreach from=$days key="ind" item="day"}
{$day}
@@ -13,28 +14,19 @@