#background {
    width: 100%;
    height: 100%;
    position: fixed;
    left:0px;
    top: 0px;
    z-index: -10;}
    
    .stretch {
    width:100%;
    height:100%;
    min-width: 1024px;
    min-height: 720px;
    }

div.footer
{
    position: fixed;
    bottom: 0%;
    right: 0%;
}

img.align-right {
            float: right;
            margin-left: 5px;
            margin-right: 205px;
        }

img.align-left {
            float: left;
            margin-left: 5px;
            margin-right: 205px;
        }

