﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here 
    height: 60px;*/
    background-color: #f5f5f5;
    text-align: center;
}

.sprite {
    /*background: url('../art/FTCloud-Logo-Yellow.png') no-repeat -5px -4px;
    background-size: 256px 87px;
    width: 248px;
    height: 59px;*/
    background: url('../art/FTCloud-Logo-Yellow.png') no-repeat -9px -8px;
    width: 496px;
    height: 159px;
}
.sprite2 {
    background: url('https://investorsfasttrack.com/wp-content/uploads/2014/05/investors_fasttrack_logo.png') no-repeat -100px -5px;
    background-size: 146px 44px;
    width: 34px;
    height: 34px;
}