diff -rup simplecorp-7.x-1.0/css/320.css simplecorp-7.x-1.1/css/320.css
--- simplecorp-7.x-1.0/css/320.css	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/css/320.css	2014-04-08 13:56:25.000000000 -0400
@@ -36,6 +36,8 @@ box-shadow: none!important; border: none
 /*--------------------------------------*/
 /*BODY CSS (footer, container, navigation, copyrights ...)*/
 /*--------------------------------------*/
+body.custom-background { background-attachment: scroll;}
+
 #page { float: none; height: auto; width: 320px; background: #FFF; -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20);
 box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); padding: 0 0px; text-align: left; margin:0 auto; }
 
diff -rup simplecorp-7.x-1.0/css/480.css simplecorp-7.x-1.1/css/480.css
--- simplecorp-7.x-1.0/css/480.css	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/css/480.css	2014-04-08 13:56:25.000000000 -0400
@@ -51,6 +51,8 @@ img.intro-img { margin-left: -20px!impor
 /*--------------------------------------*/
 /*BODY CSS (footer, container, navigation, copyrights ...)*/
 /*--------------------------------------*/
+body.custom-background { background-attachment: scroll;}
+
 #page { float: none; height: auto; width: 440px; background: #FFF; -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20);
 box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); padding: 0 0px; text-align: left; margin: 0 auto; }
 
diff -rup simplecorp-7.x-1.0/css/768.css simplecorp-7.x-1.1/css/768.css
--- simplecorp-7.x-1.0/css/768.css	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/css/768.css	2014-04-08 13:56:25.000000000 -0400
@@ -34,6 +34,8 @@ position: relative; text-align: center; 
 /*--------------------------------------*/
 /*BODY LAYOUT*/
 /*--------------------------------------*/
+body.custom-background { background-attachment: scroll;}
+
 #page { height:auto;  width:748px; background:#FFF; -webkit-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20);  
 box-shadow: 0 10px 80px 0 rgba(0, 0, 0, 0.20); padding:0px; margin:20px auto 0; float:none; }
 
diff -rup simplecorp-7.x-1.0/css/main-css.css simplecorp-7.x-1.1/css/main-css.css
--- simplecorp-7.x-1.0/css/main-css.css	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/css/main-css.css	2014-04-08 13:56:25.000000000 -0400
@@ -35,7 +35,7 @@ iframe {border: none;}
 /* 02-   TYPOGRAPHY 
 /* ---------------------------------------------------------------------- */
 body { background: #FFF; color: #898989; font-size: 12px; font-family: 'Arial', 'Verdana', sans-serif; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ 
--webkit-text-size-adjust: 100%; overflow-x: hidden;}
+-webkit-text-size-adjust: 100%; }
 
 body.custom-background {background-image: url("../images/sampleimages/main-bg1.jpg"); background-repeat: no-repeat; background-position: top center; background-attachment: fixed;}
 
diff -rup simplecorp-7.x-1.0/html.tpl.php simplecorp-7.x-1.1/html.tpl.php
--- simplecorp-7.x-1.0/html.tpl.php	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/html.tpl.php	2014-04-08 13:56:25.000000000 -0400
@@ -11,6 +11,8 @@
         <![endif]-->
         <?php endif; ?>
 
+        <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+
         <?php print $scripts; ?>
     </head>
     <body class="<?php print $classes; ?> custom-background" <?php print $attributes;?>>
diff -rup simplecorp-7.x-1.0/page.tpl.php simplecorp-7.x-1.1/page.tpl.php
--- simplecorp-7.x-1.0/page.tpl.php	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/page.tpl.php	2014-04-08 13:56:25.000000000 -0400
@@ -165,15 +165,22 @@
                 <?php endif; ?>
             
             </div>
-            <!-- EOF: #banner -->
 
-            <?php if (theme_get_setting('breadcrumb_display','simplecorp') || $messages): ?>
-            <!--breadrumb & messages -->
+            <!-- EOF: #banner -->
+            <?php if ($breadcrumb && theme_get_setting('breadcrumb_display','simplecorp')):?>
+            <!-- #breadcrumb -->
             <div class="container clearfix">
             <?php print $breadcrumb; ?>
+            </div>
+            <!-- EOF: #breadcrumb -->
+            <?php endif; ?>
+
+            <?php if ($messages):?>
+            <!--messages -->
+            <div class="container clearfix">
             <?php print $messages; ?>
             </div>
-            <!--EOF: breadrumb & messages -->
+            <!--EOF: messages -->        
             <?php endif; ?>
 
             <!--#featured -->
diff -rup simplecorp-7.x-1.0/simplecorp.info simplecorp-7.x-1.1/simplecorp.info
--- simplecorp-7.x-1.0/simplecorp.info	2013-05-02 02:30:11.000000000 -0400
+++ simplecorp-7.x-1.1/simplecorp.info	2014-04-08 16:01:11.000000000 -0400
@@ -66,9 +66,9 @@ settings[jtweetanywhere_id]= 'morethanth
 settings[responsive_menu_state]= 1
 settings[responsive_menu_switchwidth]='960'
 settings[responsive_menu_topoptiontext]= 'Select a page'
-; Information added by drupal.org packaging script on 2013-05-02
-version = "7.x-1.0"
+; Information added by Drupal.org packaging script on 2014-04-08
+version = "7.x-1.1"
 core = "7.x"
 project = "simplecorp"
-datestamp = "1367476211"
+datestamp = "1396987271"
 
diff -rup simplecorp-7.x-1.0/template.php simplecorp-7.x-1.1/template.php
--- simplecorp-7.x-1.0/template.php	2013-05-02 02:25:01.000000000 -0400
+++ simplecorp-7.x-1.1/template.php	2014-04-08 13:56:25.000000000 -0400
@@ -123,7 +123,6 @@ if (theme_get_setting('carousel_js','sim
 
 endif;
 
-
 /**
  * Add custom javascript for main menu
  */
@@ -272,8 +271,9 @@ endif;
  */
 if (theme_get_setting('responsive_menu_state','simplecorp')) {
 
-$responsive_menu_switchwidth=theme_get_setting('responsive_menu_switchwidth','simplecorp');
+$responsive_menu_switchwidth=(int)theme_get_setting('responsive_menu_switchwidth','simplecorp');
 $responsive_menu_topoptiontext=theme_get_setting('responsive_menu_topoptiontext','simplecorp');
+drupal_add_js(array('simplecorp' => array('responsive_menu_topoptiontext' => $responsive_menu_topoptiontext)), 'setting');
 
 drupal_add_js(drupal_get_path('theme', 'simplecorp') .'/js/plugins/jquery.mobilemenu.min.js');
 drupal_add_js('
@@ -283,7 +283,7 @@ jQuery(document).ready(function($) {
 	prependTo: "#navigation-wrapper",
 	combine: false,
 	switchWidth: '.$responsive_menu_switchwidth.',
-	topOptionText: "'.$responsive_menu_topoptiontext.'"
+	topOptionText: Drupal.settings.simplecorp[\'responsive_menu_topoptiontext\']
 	});
 
 });', array('type' => 'inline', 'scope' => 'footer', 'weight' => 10)
@@ -318,11 +318,12 @@ if (theme_get_setting('jtweetanywhere_js
 
 	//Initialize slideshow using theme settings
 	$jtweetanywhere_id=theme_get_setting('jtweetanywhere_id','simplecorp');
+    drupal_add_js(array('simplecorp' => array('jtweetanywhere_id' => $jtweetanywhere_id)), 'setting');
 
 	drupal_add_js('
 		jQuery(document).ready(function($) {
 		    $("#jTweets").jTweetsAnywhere({
-		        username: "'.$jtweetanywhere_id.'",
+		        username: Drupal.settings.simplecorp[\'jtweetanywhere_id\'],
 		        count: 2,
 		        showTweetFeed: {
 		            showInReplyTo: false,
