@charset "UTF-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	padding:1px;
	background-image: url(../images/banner.jpg);
	height: 130px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
}
#body {
	padding-bottom:60px;   /* Height of the footer */
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	background-image: url(../images/footer-bg.png);
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
