body { margin: 0px; overflow: hidden; background: #f2f2f2 url(../images/background.gif) repeat-x; }

<!-- Used for Full Sized BackgroundImages -->	
.bkg {position: relative; z-index: 1;}

#kiPage {position: absolute; width: 100%; height: 100%; right: 0px;
	left: 0px; top: 0px; bottom: 0px; }

<!-- Set the width of your page here -->
#kiCenter { width: 800px; height: 100%; margin: auto;}

<!-- Set the header information and height-->
#kiHeader {width: 100%; height: 80px;}

#kiBody { width: 100%; }

#kiFooter {position: relative; width: 100%; height: 20px; bottom: 0px; margin: auto;}

<!-- Start Custom -->

.topMenu{
   width:100%;
   height:23px;
   float:left;
}

.banner{
   font-size: 30px;
   background: url(../images/header.gif) no-repeat;
   width:100%;
   height:125px;
   float:left;
}
.middleMenu{
   width:100%
   height:25px;
   float:left;
   margin-left: 300px;
}
.footer { clear:both;text-align: center;position: relative;top: 50px;color: #939393;font: 11px Arial, Helvetica, Geneva, sans-serif; }
.invisible {position: absolute;bottom: 0px;color: #f2f2f2;font: 9px Arial, Helvetica, Geneva, sans-serif; }
