New CSS files

New CSS files that come from the old styles.css
Minor bugfixes
diff --git a/css/year-list.css b/css/year-list.css
new file mode 100644
index 0000000..4436d42
--- /dev/null
+++ b/css/year-list.css
@@ -0,0 +1,13 @@
+#year-list {

+	padding: 10px;

+	padding-top: 70px;

+	float: right;

+	position:relative;

+	z-index:10;

+	display:none

+}

+

+#year-list-span {

+	position:relative;

+	z-index:10;

+}
\ No newline at end of file