New CSS files

New CSS files that come from the old styles.css
Minor bugfixes
diff --git a/css/option-buttons.css b/css/option-buttons.css
new file mode 100644
index 0000000..a7c4fa0
--- /dev/null
+++ b/css/option-buttons.css
@@ -0,0 +1,34 @@
+#circle-mode {

+	position: absolute;

+	right: 10px;

+	bottom: 210px;

+	z-index: 100;

+}

+

+#settings {

+	position: absolute;

+	right: 10px;

+	bottom: 160px;

+	z-index: 100;

+}

+

+#search {

+	position: absolute;

+	right: 10px;

+	bottom: 110px;

+	z-index: 100;

+}

+

+#zoomin {

+	position: absolute;

+	right: 10px;

+	bottom: 60px;

+	z-index: 100;

+}

+

+#zoomout {

+	position: absolute;

+	right: 10px;

+	bottom: 10px;

+	z-index: 100;

+}
\ No newline at end of file