- Nope. 404.
- Page not found. Click
- here
- to go home.
+ 404 :: Page Not Found
+ Click here
+ to go home.
diff --git a/src/404.css b/src/404.css
index 548aa46..9f6377f 100644
--- a/src/404.css
+++ b/src/404.css
@@ -6,8 +6,6 @@
/* General */
-.clean { clear:both;}
-
body {
position: relative;
background-color: #EBEBFA;
@@ -17,11 +15,7 @@ a,a:visited,a:link,a:focus {
text-decoration: none;
}
-/**********
- * *
- * Header *
- * *
- **********/
+/* Header */
header {
position: fixed; top: 0px; left: 0px; right: 0px;
@@ -49,31 +43,19 @@ header {
color: white; text-shadow: 0px 0px 10px blue;
}
-/**********
- * *
- * Footer *
- * *
- **********/
+/* Footer */
+
+footer{
+ position: fixed; right: 0px; bottom: 10px;
+}
#cw {
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing: 0.4em; color: grey;
}
-/********
- * *
- * Body *
- * *
- ********/
-
-main {
- position: relative; top: 0px; left: 0px; z-index: 0;
- width: 60%; min-width: 800px; height: 100%; min-height: 800px;
- margin: 0px auto;
- overflow: auto;
-}
+/* Body */
article {
margin: 50px auto; padding: 10px;
}
-