diff --git a/html/style.css b/html/style.css
index 34a78a8..c2934f9 100644
--- a/html/style.css
+++ b/html/style.css
@@ -1,3 +1,6 @@
+html {
+ height: 100%;
+}
body{
width:100%;
font-size:100%;
@@ -62,7 +65,7 @@ footer{
font-size: 12px;
line-height: 1.5em;
text-align: center;
- position: absolute;
+ position: relative;
bottom: 0;
}