fixed style.css

Change-Id: Id1313a6fc2ee5cd633ef12784441c5096ecf5be2
Signed-off-by: Ralph Soika <ralph.soika@imixs.com>
diff --git a/style.css b/style.css
index 753962d..9bdbda6 100755
--- a/style.css
+++ b/style.css
@@ -1,11 +1,15 @@
 @CHARSET "UTF-8";

+

 #bigbuttons-container {

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

+	width: 100%;

+    min-height: 200px;

 }

 

 #bigbuttons {

-	margin-left: 20%;

-	width: 66%;

+	margin-left: 20% !important;

+	width: 66% !important;

+	

 }

 

 #midcolumn {

@@ -81,11 +85,6 @@
 	width: 30%;

 }

 	

-#bigbuttons {

-	position: relative;

-	left: 420px;

-	top: -170px;

-}

 #bigbuttons h3{

 	visibility: hidden;

 }