﻿html,
body {
   margin:0;
   padding:0;
   height:100%;
   margin: 0px;
   
	
 
   padding:0;
   background-color:#ffffff;
}
#container {
   min-height:100%;
   height:100%;
   position:relative;
}
#header
{
	background-image: url(../Images/head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 96px;
	
	text-align:center ;
	vertical-align:text-bottom ;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
}
#body {
   padding:0px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer
{
background-color:#F0F0F0;
height:20px;
color:#336799;
text-align:center;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top:5px;
border-top:1px solid #F0F0F0;
width:100%;
}
