﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #E2E2E2;
    font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}
#form1 {
   min-height:100%;
   position:relative;
}
#header {
   background: #5F6062 repeat-x;
   padding:10px;
   height:auto;
   border-bottom: solid 3px black;
}

#headermiddle
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}
#body {
	padding: 50px 50px 100px 50px;
	height:auto;
}
#footer
{
    background-position: #5F6062 repeat-x;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Height of the footer */
    background: #5F6062 repeat-x;
    border-top: solid 3px black;
}

#footer p {
	text-align: center;
	color: #999999;
}

#container {
   height:100%;
}