html {
 overflow-x:hidden;
 position:relative;
 min-height:100%;
}

body {
 background:#000;
 background-image:url(bgbottom.webp);
 background-position:center bottom;
 background-repeat:no-repeat;
 font-family:Arial,Helvetica,Garuda;
 font-size:1em;
 color:#fff;
 height:100%;
 margin:0;
}

