*{
	margin: 0px;
	padding: 0px;
}
h1{
	font: bold 50px tahoma;
	text-align: center;
	padding-bottom:5px;
	font-style: italic;
	color: blue;
}
h2{
	font: bold 40px new times roman;
	text-align: center;
	padding-bottom:5px;
	font-style: italic;
	color: blue;
}
header, section, footer, aside, nav, article{
	display: block;
}
body{
	width:100%;
	display: -webkit-box;
	-webkit-box-pack: center;
}
#body_wrapper{
		max-width: 1000px;
		margin: 20px 0px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 1;
}
#body_header{
	
}
#navigation{
	
}
#navigation li{
	display: inline-block;
	list-style:none;
	padding: 5px;
	}
#new_div{
	display:-webkit-box;
	-webkit-box-orient: horizontal;
}
#main_section{
	-webkit-box-flex: 1;
	margin: 20px;
	padding: 20px;
	font: 25px new times roman;
}

#the_footer{
	text-align: center;
	padding: 20px;
	border-top: 3px solid green;
}
#page_footer{
	text-align: center;
	padding: 30px;
	border-top: 3px solid blue;
	font: 10px tahoma;
}
#poem_first{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
}
#poem_one{
	padding-left: 24px;
	width: 56%;
}
#poem_two{
	padding-left: 24px;
	width: 56%;
}
#poem_second{
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
}
img{
	width: 30px;
	height: 30px;
	border: 0px;
	padding: 5px;
}
p.signature{
	text-indent: 75%;
	font-style: italic;
}