added 100% width to novaContent
diff --git a/style.css b/style.css
index 5640e82..1afbc4f 100644
--- a/style.css
+++ b/style.css
@@ -1,7 +1,7 @@
 @CHARSET "ISO-8859-1";
 
 /*default*/
-#novaContent{position:relative;background: url("images/background.jpg") no-repeat; height: 579px; overflow: hidden;padding-top:0;margin:0;}
+#novaContent{position:relative;background: url("images/background.jpg") no-repeat; height: 579px; overflow: hidden;padding-top:0;margin:0;width: 100%;}
 #fullcolum{padding-top:0;}
 #hide{display:none;}
 table{width: 100%;}