body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.wrap {
	margin:0 auto;
	width:1000px;
}
#header, #footer {
	float:left;
	padding:15px 0;
	min-width:100%;
	text-align:center;
}
#content {
	padding:15px 0;
	clear:both;
	text-align:center;
	vertical-align:middle;
}
#footer {
/*To anchor to bottom of page uncomment the following lines:*/
		/*position:fixed;
		bottom:0;*/
}