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

html, body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background:#0a4622;
   padding:0px;
}
#banner {
	width: 950px;
	height: 145px;
	position: absolute;
    left:50%;
    margin-left: -475px;
}
#designbutton {
	z-index: 99;
	position: absolute;
	margin-top: 44px;
	margin-left: 799px;
}
#body {
   padding:10px;
   padding-bottom:150px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:150px;   /* Height of the footer */
   background:#0a4622;
}
p {
    margin: 0;
    padding: 0;
}


	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
	<!--[endif]-->