
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#pagebg { position:fixed; 
			top:0; 
			left:0; 
			height:100%;
			width:100%; 
			z-index:-1000
}

#wrapper {
	min-height:100%;
	position:	inherit;
}

#header { 
	
	padding:10px;
	height:200px;
	width:100%;
	background:#A6F7B8
}



#content {
	padding:100px;

	}	
	
#poem {


	}
#footer {
	width:100%;
	height:40px;
	position: relative;
	bottom:0;
	left:0;
	background-color:#0CC;
}

#about {
	background-image:url(../images/Untitled-5.png)
	
	
	
}
	
.center  
{display: block;
  margin-left: auto;
   margin-right: auto;
   }


