﻿html,body,form 
{
    margin:0px;
    padding:0px;
    height:100%;
}

#container 
{
    min-height:100%;
    position:relative;
}

#header 
{
}

#body 
{
	padding-bottom:50px;	/* Height of the footer */
}

#footer 
{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
	background:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}