	body {height:100%; background-image:url('../img/bg1.gif');}

	.ui-page {background:; background-size:cover;}
	
	    <!--
        html {background-image:url('../img/hbg_d.jpg'); }
        @media only screen and (min-width: 900px){
            .ui-page {
                width: 1080px !important;
                margin: 0 auto !important;
                position: relative !important;
                border-right: 5px #666 outset !important;
                border-left: 5px #666 outset !important;
            }
        }
    -->

	#bottom_footer {display:flex;  flex-direction:row-reverse; justify-content:space-between; align-items:center; 
	 position:absolute; bottom:0; width:100%; height:20px; line-height:2vh; padding:3px;
	 color:white; font-size:1.5vh; font-weight:; text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	 }

	#content {background-image: linear-gradient(rgba(235, 97, 35, 0.8), rgba(240, 230, 149, 0.8), rgba(255, 150, 0, 0)), url('../img/bg_content.png'); background-position:bottom; background-repeat:no-repeat; background-size:cover; background-color:;
	 position:absolute; overflow: auto; top:0px; bottom:0px; width:100%; height:auto; margin-top:0px; text-align:center;}
