Fix banner widths

Change-Id: If51de3f9c2441f65af1cece108c329247ae44412
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
diff --git a/infoCenter/app/banner/banner.css b/infoCenter/app/banner/banner.css
index 5c803bd..fcde104 100644
--- a/infoCenter/app/banner/banner.css
+++ b/infoCenter/app/banner/banner.css
@@ -88,12 +88,12 @@
 
 .left{
 	float:left;
-	width:33%;
+	width: 5%;
 }
 
 .right{
 	float:right;
-	width:33%;
+	width:35%;
 }
 
 .center{
@@ -101,7 +101,7 @@
 	left: 0;
 	right: 0;
 	margin: auto;
-	width: 33%;
+	width: 65%;
 	text-align:center;
 }