diff --git a/error-403/index.html b/error-403/index.html
new file mode 100644
index 0000000..8ed559a
--- /dev/null
+++ b/error-403/index.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+ Error 403
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/error-404/index.html b/error-404/index.html
new file mode 100644
index 0000000..3bc0e13
--- /dev/null
+++ b/error-404/index.html
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+ Error 404
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/css/error.css b/static/css/error.css
new file mode 100644
index 0000000..da8779e
--- /dev/null
+++ b/static/css/error.css
@@ -0,0 +1,15 @@
+@import "common.css";
+
+body {
+ text-align: center;
+}
+
+.blockContainer h1 {
+ font-size: 60px;
+ margin: 0 0 0 0;
+}
+
+.blockContainer a {
+ font-size: 18px;
+ margin-top: 20px;
+}
\ No newline at end of file