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