﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
#container
{
	min-height: 100%;
	position: relative;
}
#header
{
	background-image: url(HeaderFill.jpg); 
	border-bottom: 2px solid #C0C0C0;
}
#header div
{
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
}
#body
{
	padding: 0 0 0 10px;
	padding-bottom: 30px; /* Height of the footer */
}
#footer
{
	border-top: 2px solid #C0C0C0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 30px; /* Height of the footer */	
}
#footer p
{
	padding: 10px;
	margin: 0;
	font-family: Tahoma;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
