﻿/* css to anchor the footer at the bottom */
body, html 
{
    height:100%;
    margin:0px;
}
#wrapper {
    position:relative;
    min-height:100% !important;
    height:auto !important;
}
#content {
    padding-bottom:20px;
    margin:10px;
}
#footer 
{
	padding-top:100px;
	color:White;
	font-size:10pt;
    left:0;
    bottom:0px;
    height:20px;
    padding-top:5px;
    background-image:url('../images/red_fade.jpg');
    width:100%;
}
