#footer {
    bottom: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    background-color: #C5E5FF;
    color: #1559A4;
    font-size: 80%;
    border-left: 1px solid #FFF;
    opacity: 0;
    transition: opacity 1s ease;
	margin-top: 100px;
	line-height: 20px;
	z-index:-1;
}

#footer.visible {
    opacity: 1 !important;
}

#footer.fixed {
    position: fixed;
    bottom: 0;
	width: 100%;
}
