﻿
#container {
   min-height:100%;
   width:100%; 
   position:relative;
}
#header
{
	height: 80px;
	width:100%;
	text-align:center ;
	vertical-align:text-bottom ;
	padding-bottom: 0px;
	padding-right: 5px;
}
#body { 
   padding-top:10px; 
   padding-bottom:0px;   /* Height of the footer */
  text-align: center; vertical-align: middle; 
  }

#footer
{
	height: 15px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	position: absolute;
	bottom: 0;
}