diff --git a/themes/lshostel/default/includes/footer.php b/themes/lshostel/default/includes/footer.php
index 05da8c47bd94fe2da167880a182590fd2a8ba0b4..2a3ecea810358dbc9b6a159e25fc3b85f78a4189 100644
--- a/themes/lshostel/default/includes/footer.php
+++ b/themes/lshostel/default/includes/footer.php
@@ -9,22 +9,24 @@ if(!empty($this->data['htmlinject']['htmlContentPost'])) {
 </div>
 </div>
 
-<div id="footer">
+    <div id="wrap_footer">
+        <div id="footer">
 
-    <div style="margin: 0px auto; max-width: 1000px;">
-    <div class="row">
+            <div style="margin: 0px auto; max-width: 1000px;">
+            <div class="row">
 
 
-        <div id="eu" class="col-md-6">
-            <p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p>
-        </div>
-        <div class="col-md-6">
-            <p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p>
+                <div id="eu" class="col-md-6">
+                    <p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654248.</p>
+                </div>
+                <div class="col-md-6">
+                    <p><a href="mailto:support@aai.lifescience-ri.eu">CONTACT</a></p>
+                </div>
+            </div>
+            </div>
+
         </div>
     </div>
-    </div>
-	
-</div>
 
 </body>
 </html>
diff --git a/www/res/css/lsaai.css b/www/res/css/lsaai.css
index b1be3baa13b785a1e47f36b4ecd6a8b0852070a0..c59d35a14a55729a4f28f1190bf5050d09d45d51 100644
--- a/www/res/css/lsaai.css
+++ b/www/res/css/lsaai.css
@@ -1,12 +1,19 @@
+html {
+	position: relative;
+	min-height: 100%;
+}
+
 body {
 	padding-top: 0;
 }
+
 .ui-widget-content {
 	border: 0 solid #ddd;
 }
 
 #header {
 	background: transparent;
+	padding-top: 40px;
 }
 
 #header h1 {
@@ -71,7 +78,6 @@ hr {
 }
 
 #footer {
-	margin-top: 0;
 	border-top: 1px solid #ddd;
 	border-bottom: 1px solid #ddd;
 	text-align: left;
@@ -86,6 +92,10 @@ hr {
 	bottom: 0;
 }
 
+#wrap_footer {
+	padding-top: 120px;
+}
+
 #footer img {
 	margin: 0 16px;
 }