fixed style.css

Change-Id: I009662e9fc1e3a8d35e280895a64f956abb52709
Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
diff --git a/index.php b/index.php
index b9b5f26..9820ae1 100755
--- a/index.php
+++ b/index.php
@@ -26,8 +26,8 @@
 
 
 
-<div id="bigbuttons">
-	<div id="bigbuttons-content">
+<div id="bigbuttons-container">
+	<div id="bigbuttons">
 	<h3>Primary Links</h3>
 	<ul>
 	<li><a id="buttonDownload" href="downloads.php" title="Download">
diff --git a/style.css b/style.css
index ce93c1d..753962d 100755
--- a/style.css
+++ b/style.css
@@ -1,9 +1,9 @@
 @CHARSET "UTF-8";

-#bigbuttons {

+#bigbuttons-container {

 	background: url("images/backgroundMain.png") no-repeat white;

 }

 

-#bigbuttons-content {

+#bigbuttons {

 	margin-left: 20%;

 	width: 66%;

 }

@@ -90,9 +90,6 @@
 	visibility: hidden;

 }

 

-#bigbuttons a {

-}

-

 #bigbuttons ul li {

    display:block;

    list-style-type:none;