html, body {
					height: 100%;
				}
				body {
					margin: 0;
					padding: 0;
					background-color: #fff;
				}
				#top {
					position: absolute;
					color:red;	margin-bottom: 36px;
					float:left;
					width:100%;
					
					
				}
				h1, p {
					margin: 0;
					padding: 0.3em 0;
				}
				#container1 {
					min-height: 100%;
					margin-bottom: -36px;
					margin-top:10px;
				}
				* html #container1 {
					height: 100%;
				}
				
				#footer {
				
					height: 35px;
				
				}